Html Css Color HEX #560222 Bordeaux

📋 copy color: '#560222'

red 86 ◦ green 2 ◦ blue 34

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

Shades of Bordeaux #560222

Tints of Bordeaux #560222

RGB

 RED value IS 86 (33.98% from 255) = 70.49%

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

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

R = 70.49%
G = 1.64%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#560222 (or 0x560222) is known color: Bordeaux. HEX triplet: 56, 02 and 22. RGB value is (86,2,34). Sum of RGB (Red+Green+Blue) = 86+2+34=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560222 is #A9FDDD. Grayscale: #1E1E1E. Windows color (decimal): -11140574 or 2228822. OLE color: 2228822.

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

Color convert

RGB 86 2 34 -
CMYK 0 0.98 0.60 0.66
HSL 337.14º 0.95% 0.17% -
HSV(B) 337.14º 0.98% 0.34% -
XYZ 4.15 2.14 1.71 -
YUV 30.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 86 2 34 0 0.98 0.60 0.66 337.14 0.95 0.17
Hex 56 2 22 0 62 3C 42 151 5F 11
Octal 126 2 42 0 142 74 102 521 137 21
Binary 1010110 10 100010 0 1100010 111100 1000010 101010001 1011111 10001

Color Harmonies of #560222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560222

Black with #560222

Text Example


Text Example

White with #560222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560222; }

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

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

background-color css

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

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

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

border-color css

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

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

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