Html Css Color HEX #570222 Bordeaux

📋 copy color: '#570222'

red 87 ◦ green 2 ◦ blue 34

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

Shades of Bordeaux #570222

Tints of Bordeaux #570222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 70.73%
G = 1.63%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#570222 (or 0x570222) is known color: Bordeaux. HEX triplet: 57, 02 and 22. RGB value is (87,2,34). Sum of RGB (Red+Green+Blue) = 87+2+34=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570222 is #A8FDDD. Grayscale: #1F1F1F. Windows color (decimal): -11075038 or 2228823. OLE color: 2228823.

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

Color convert

RGB 87 2 34 -
CMYK 0 0.98 0.61 0.66
HSL 337.41º 0.96% 0.17% -
HSV(B) 337.41º 0.98% 0.34% -
XYZ 4.24 2.19 1.71 -
YUV 31.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 87 2 34 0 0.98 0.61 0.66 337.41 0.96 0.17
Hex 57 2 22 0 62 3D 42 151 60 11
Octal 127 2 42 0 142 75 102 521 140 21
Binary 1010111 10 100010 0 1100010 111101 1000010 101010001 1100000 10001

Color Harmonies of #570222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570222

Black with #570222

Text Example


Text Example

White with #570222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570222; }

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

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

background-color css

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

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

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

border-color css

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

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

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