Html Css Color HEX #560B27 Bordeaux

📋 copy color: '#560B27'

red 86 ◦ green 11 ◦ blue 39

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

Shades of Bordeaux #560B27

Tints of Bordeaux #560B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 63.24%
G = 8.09%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#560B27 (or 0x560B27) is known color: Bordeaux. HEX triplet: 56, 0B and 27. RGB value is (86,11,39). Sum of RGB (Red+Green+Blue) = 86+11+39=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #560B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B27 is #A9F4D8. Grayscale: #242424. Windows color (decimal): -11138265 or 2558806. OLE color: 2558806.

HSL color Cylindrical-coordinate representation of color #560B27: hue angle of 337.6º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B27 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 11 39 -
CMYK 0 0.87 0.55 0.66
HSL 337.6º 0.77% 0.19% -
HSV(B) 337.6º 0.87% 0.34% -
XYZ 4.32 2.36 2.15 -
YUV 36.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 86 11 39 0 0.87 0.55 0.66 337.6 0.77 0.19
Hex 56 B 27 0 57 37 42 152 4D 13
Octal 126 13 47 0 127 67 102 522 115 23
Binary 1010110 1011 100111 0 1010111 110111 1000010 101010010 1001101 10011

Color Harmonies of #560B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B27

Black with #560B27

Text Example


Text Example

White with #560B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560B27; }

 p { color: rgb(86,11,39); }

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

background-color css

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

 a { background-color: rgb(86,11,39); }

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

border-color css

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

 span { border-color: rgb(86,11,39); }

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