Html Css Color HEX #570620 Bordeaux

📋 copy color: '#570620'

red 87 ◦ green 6 ◦ blue 32

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

Shades of Bordeaux #570620

Tints of Bordeaux #570620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 69.6%
G = 4.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#570620 (or 0x570620) is known color: Bordeaux. HEX triplet: 57, 06 and 20. RGB value is (87,6,32). Sum of RGB (Red+Green+Blue) = 87+6+32=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570620 is #A8F9DF. Grayscale: #212121. Windows color (decimal): -11074016 or 2098775. OLE color: 2098775.

HSL color Cylindrical-coordinate representation of color #570620: hue angle of 340.74º 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 #570620 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 32 -
CMYK 0 0.93 0.63 0.66
HSL 340.74º 0.87% 0.18% -
HSV(B) 340.74º 0.93% 0.34% -
XYZ 4.26 2.26 1.58 -
YUV 33.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 87 6 32 0 0.93 0.63 0.66 340.74 0.87 0.18
Hex 57 6 20 0 5D 3F 42 155 57 12
Octal 127 6 40 0 135 77 102 525 127 22
Binary 1010111 110 100000 0 1011101 111111 1000010 101010101 1010111 10010

Color Harmonies of #570620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570620

Black with #570620

Text Example


Text Example

White with #570620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570620; }

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

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

background-color css

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

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

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

border-color css

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

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

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