Html Css Color HEX #560522 Bordeaux

📋 copy color: '#560522'

red 86 ◦ green 5 ◦ blue 34

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

Shades of Bordeaux #560522

Tints of Bordeaux #560522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 68.8%
G = 4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#560522 (or 0x560522) is known color: Bordeaux. HEX triplet: 56, 05 and 22. RGB value is (86,5,34). Sum of RGB (Red+Green+Blue) = 86+5+34=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560522 is #A9FADD. Grayscale: #202020. Windows color (decimal): -11139806 or 2229590. OLE color: 2229590.

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

Color convert

RGB 86 5 34 -
CMYK 0 0.94 0.60 0.66
HSL 338.52º 0.89% 0.18% -
HSV(B) 338.52º 0.94% 0.34% -
XYZ 4.18 2.2 1.72 -
YUV 32.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 86 5 34 0 0.94 0.60 0.66 338.52 0.89 0.18
Hex 56 5 22 0 5E 3C 42 153 59 12
Octal 126 5 42 0 136 74 102 523 131 22
Binary 1010110 101 100010 0 1011110 111100 1000010 101010011 1011001 10010

Color Harmonies of #560522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560522

Black with #560522

Text Example


Text Example

White with #560522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560522; }

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

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

background-color css

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

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

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

border-color css

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

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

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