Html Css Color HEX #571222 Bordeaux

📋 copy color: '#571222'

red 87 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #571222

Tints of Bordeaux #571222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 62.59%
G = 12.95%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#571222 (or 0x571222) is known color: Bordeaux. HEX triplet: 57, 12 and 22. RGB value is (87,18,34). Sum of RGB (Red+Green+Blue) = 87+18+34=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571222 is #A8EDDD. Grayscale: #282828. Windows color (decimal): -11070942 or 2232919. OLE color: 2232919.

HSL color Cylindrical-coordinate representation of color #571222: hue angle of 346.09º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571222 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 34 -
CMYK 0 0.79 0.61 0.66
HSL 346.09º 0.66% 0.21% -
HSV(B) 346.09º 0.79% 0.34% -
XYZ 4.44 2.57 1.78 -
YUV 40.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 87 18 34 0 0.79 0.61 0.66 346.09 0.66 0.21
Hex 57 12 22 0 4F 3D 42 15A 42 15
Octal 127 22 42 0 117 75 102 532 102 25
Binary 1010111 10010 100010 0 1001111 111101 1000010 101011010 1000010 10101

Color Harmonies of #571222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571222

Black with #571222

Text Example


Text Example

White with #571222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571222; }

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

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

background-color css

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

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

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

border-color css

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

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

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