Html Css Color HEX #560122 Bordeaux

📋 copy color: '#560122'

red 86 ◦ green 1 ◦ blue 34

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

Shades of Bordeaux #560122

Tints of Bordeaux #560122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 71.07%
G = 0.83%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#560122 (or 0x560122) is known color: Bordeaux. HEX triplet: 56, 01 and 22. RGB value is (86,1,34). Sum of RGB (Red+Green+Blue) = 86+1+34=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #560122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560122 is #A9FEDD. Grayscale: #1E1E1E. Windows color (decimal): -11140830 or 2228566. OLE color: 2228566.

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

Color convert

RGB 86 1 34 -
CMYK 0 0.99 0.60 0.66
HSL 336.71º 0.98% 0.17% -
HSV(B) 336.71º 0.99% 0.34% -
XYZ 4.14 2.12 1.7 -
YUV 30.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 86 1 34 0 0.99 0.60 0.66 336.71 0.98 0.17
Hex 56 1 22 0 63 3C 42 151 62 11
Octal 126 1 42 0 143 74 102 521 142 21
Binary 1010110 1 100010 0 1100011 111100 1000010 101010001 1100010 10001

Color Harmonies of #560122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560122

Black with #560122

Text Example


Text Example

White with #560122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560122; }

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

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

background-color css

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

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

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

border-color css

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

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

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