Html Css Color HEX #570A19 Bordeaux

📋 copy color: '#570A19'

red 87 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #570A19

Tints of Bordeaux #570A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

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

R = 71.31%
G = 8.2%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570A19 (or 0x570A19) is known color: Bordeaux. HEX triplet: 57, 0A and 19. RGB value is (87,10,25). Sum of RGB (Red+Green+Blue) = 87+10+25=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A19 is #A8F5E6. Grayscale: #222222. Windows color (decimal): -11072999 or 1641047. OLE color: 1641047.

HSL color Cylindrical-coordinate representation of color #570A19: hue angle of 348.31º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A19 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 10 25 -
CMYK 0 0.89 0.71 0.66
HSL 348.31º 0.79% 0.19% -
HSV(B) 348.31º 0.89% 0.34% -
XYZ 4.21 2.31 1.14 -
YUV 34.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 87 10 25 0 0.89 0.71 0.66 348.31 0.79 0.19
Hex 57 A 19 0 59 47 42 15C 4F 13
Octal 127 12 31 0 131 107 102 534 117 23
Binary 1010111 1010 11001 0 1011001 1000111 1000010 101011100 1001111 10011

Color Harmonies of #570A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A19

Black with #570A19

Text Example


Text Example

White with #570A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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