Html Css Color HEX #570520 Bordeaux

📋 copy color: '#570520'

red 87 ◦ green 5 ◦ blue 32

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

Shades of Bordeaux #570520

Tints of Bordeaux #570520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

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

R = 70.16%
G = 4.03%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#570520 (or 0x570520) is known color: Bordeaux. HEX triplet: 57, 05 and 20. RGB value is (87,5,32). Sum of RGB (Red+Green+Blue) = 87+5+32=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570520 is #A8FADF. Grayscale: #202020. Windows color (decimal): -11074272 or 2098519. OLE color: 2098519.

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

Color convert

RGB 87 5 32 -
CMYK 0 0.94 0.63 0.66
HSL 340.24º 0.89% 0.18% -
HSV(B) 340.24º 0.94% 0.34% -
XYZ 4.25 2.24 1.57 -
YUV 32.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 87 5 32 0 0.94 0.63 0.66 340.24 0.89 0.18
Hex 57 5 20 0 5E 3F 42 154 59 12
Octal 127 5 40 0 136 77 102 524 131 22
Binary 1010111 101 100000 0 1011110 111111 1000010 101010100 1011001 10010

Color Harmonies of #570520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570520

Black with #570520

Text Example


Text Example

White with #570520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570520; }

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

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

background-color css

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

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

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

border-color css

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

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

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