Html Css Color HEX #570624 Bordeaux

📋 copy color: '#570624'

red 87 ◦ green 6 ◦ blue 36

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

Shades of Bordeaux #570624

Tints of Bordeaux #570624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

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

R = 67.44%
G = 4.65%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#570624 (or 0x570624) is known color: Bordeaux. HEX triplet: 57, 06 and 24. RGB value is (87,6,36). Sum of RGB (Red+Green+Blue) = 87+6+36=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570624 is #A8F9DB. Grayscale: #212121. Windows color (decimal): -11074012 or 2360919. OLE color: 2360919.

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

Color convert

RGB 87 6 36 -
CMYK 0 0.93 0.59 0.66
HSL 337.78º 0.87% 0.18% -
HSV(B) 337.78º 0.93% 0.34% -
XYZ 4.31 2.28 1.88 -
YUV 33.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 87 6 36 0 0.93 0.59 0.66 337.78 0.87 0.18
Hex 57 6 24 0 5D 3B 42 152 57 12
Octal 127 6 44 0 135 73 102 522 127 22
Binary 1010111 110 100100 0 1011101 111011 1000010 101010010 1010111 10010

Color Harmonies of #570624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570624

Black with #570624

Text Example


Text Example

White with #570624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570624; }

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

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

background-color css

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

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

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

border-color css

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

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

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