Html Css Color HEX #570220 Bordeaux

📋 copy color: '#570220'

red 87 ◦ green 2 ◦ blue 32

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

Shades of Bordeaux #570220

Tints of Bordeaux #570220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 71.9%
G = 1.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#570220 (or 0x570220) is known color: Bordeaux. HEX triplet: 57, 02 and 20. RGB value is (87,2,32). Sum of RGB (Red+Green+Blue) = 87+2+32=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570220 is #A8FDDF. Grayscale: #1E1E1E. Windows color (decimal): -11075040 or 2097751. OLE color: 2097751.

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

Color convert

RGB 87 2 32 -
CMYK 0 0.98 0.63 0.66
HSL 338.82º 0.96% 0.17% -
HSV(B) 338.82º 0.98% 0.34% -
XYZ 4.21 2.17 1.56 -
YUV 30.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 87 2 32 0 0.98 0.63 0.66 338.82 0.96 0.17
Hex 57 2 20 0 62 3F 42 153 60 11
Octal 127 2 40 0 142 77 102 523 140 21
Binary 1010111 10 100000 0 1100010 111111 1000010 101010011 1100000 10001

Color Harmonies of #570220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570220

Black with #570220

Text Example


Text Example

White with #570220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570220; }

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

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

background-color css

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

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

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

border-color css

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

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

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