Html Css Color HEX #570319 Bordeaux

📋 copy color: '#570319'

red 87 ◦ green 3 ◦ blue 25

#570319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #570319

Tints of Bordeaux #570319

RGB

 RED value IS 87 (34.38% from 255) = 75.65%

 GREEN value IS 3 (1.56% from 255) = 2.61%

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 75.65%
G = 2.61%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#570319 (or 0x570319) is known color: Bordeaux. HEX triplet: 57, 03 and 19. RGB value is (87,3,25). Sum of RGB (Red+Green+Blue) = 87+3+25=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570319 is #A8FCE6. Grayscale: #1E1E1E. Windows color (decimal): -11074791 or 1639255. OLE color: 1639255.

HSL color Cylindrical-coordinate representation of color #570319: hue angle of 344.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570319 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 25 -
CMYK 0 0.97 0.71 0.66
HSL 344.29º 0.93% 0.18% -
HSV(B) 344.29º 0.97% 0.34% -
XYZ 4.14 2.16 1.12 -
YUV 30.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 87 3 25 0 0.97 0.71 0.66 344.29 0.93 0.18
Hex 57 3 19 0 61 47 42 158 5D 12
Octal 127 3 31 0 141 107 102 530 135 22
Binary 1010111 11 11001 0 1100001 1000111 1000010 101011000 1011101 10010

Color Harmonies of #570319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570319

Black with #570319

Text Example


Text Example

White with #570319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570319; }

 p { color: rgb(87,3,25); }

 H1.HeaderClassName
 {
   color: #570319;
 }
 .AnyTagClassName
 {
   color: #570319;
 }
</style>

background-color css

<style>
 a { background-color: #570319; }

 a { background-color: rgb(87,3,25); }

 div.DivClassName
 {
   background-color: #570319;
 }
 .BgClassName
 {
   background-color: #570319;
 }
</style>

border-color css

<style>
 span { border-color: #570319; }

 span { border-color: rgb(87,3,25); }

 td.TdClassName
 {
   border-color: #570319;
 }
 .TagClassName
 {
   border-color: #570319;
 }
</style>