Html Css Color HEX #570D24 Bordeaux

📋 copy color: '#570D24'

red 87 ◦ green 13 ◦ blue 36

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

Shades of Bordeaux #570D24

Tints of Bordeaux #570D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.56%

 BLUE value IS 36 (14.45% from 255) = 26.47%

R = 63.97%
G = 9.56%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#570D24 (or 0x570D24) is known color: Bordeaux. HEX triplet: 57, 0D and 24. RGB value is (87,13,36). Sum of RGB (Red+Green+Blue) = 87+13+36=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #570D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D24 is #A8F2DB. Grayscale: #252525. Windows color (decimal): -11072220 or 2362711. OLE color: 2362711.

HSL color Cylindrical-coordinate representation of color #570D24: hue angle of 341.35º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D24 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 13 36 -
CMYK 0 0.85 0.59 0.66
HSL 341.35º 0.74% 0.2% -
HSV(B) 341.35º 0.85% 0.34% -
XYZ 4.39 2.44 1.91 -
YUV 37.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 87 13 36 0 0.85 0.59 0.66 341.35 0.74 0.2
Hex 57 D 24 0 55 3B 42 155 4A 14
Octal 127 15 44 0 125 73 102 525 112 24
Binary 1010111 1101 100100 0 1010101 111011 1000010 101010101 1001010 10100

Color Harmonies of #570D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570D24

Black with #570D24

Text Example


Text Example

White with #570D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,13,36); }

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

background-color css

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

 a { background-color: rgb(87,13,36); }

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

border-color css

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

 span { border-color: rgb(87,13,36); }

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