Html Css Color HEX #570221 Bordeaux

📋 copy color: '#570221'

red 87 ◦ green 2 ◦ blue 33

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

Shades of Bordeaux #570221

Tints of Bordeaux #570221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 71.31%
G = 1.64%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#570221 (or 0x570221) is known color: Bordeaux. HEX triplet: 57, 02 and 21. RGB value is (87,2,33). Sum of RGB (Red+Green+Blue) = 87+2+33=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570221 is #A8FDDE. Grayscale: #1E1E1E. Windows color (decimal): -11075039 or 2163287. OLE color: 2163287.

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

Color convert

RGB 87 2 33 -
CMYK 0 0.98 0.62 0.66
HSL 338.12º 0.96% 0.17% -
HSV(B) 338.12º 0.98% 0.34% -
XYZ 4.23 2.18 1.64 -
YUV 30.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 87 2 33 0 0.98 0.62 0.66 338.12 0.96 0.17
Hex 57 2 21 0 62 3E 42 152 60 11
Octal 127 2 41 0 142 76 102 522 140 21
Binary 1010111 10 100001 0 1100010 111110 1000010 101010010 1100000 10001

Color Harmonies of #570221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570221

Black with #570221

Text Example


Text Example

White with #570221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570221; }

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

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

background-color css

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

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

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

border-color css

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

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

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