Html Css Color HEX #56080B Bordeaux

📋 copy color: '#56080B'

red 86 ◦ green 8 ◦ blue 11

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

Shades of Bordeaux #56080B

Tints of Bordeaux #56080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 81.9%
G = 7.62%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56080B (or 0x56080B) is known color: Bordeaux. HEX triplet: 56, 08 and 0B. RGB value is (86,8,11). Sum of RGB (Red+Green+Blue) = 86+8+11=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56080B is #A9F7F4. Grayscale: #1F1F1F. Windows color (decimal): -11139061 or 723030. OLE color: 723030.

HSL color Cylindrical-coordinate representation of color #56080B: hue angle of 357.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56080B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 8 11 -
CMYK 0 0.91 0.87 0.66
HSL 357.69º 0.83% 0.18% -
HSV(B) 357.69º 0.91% 0.34% -
XYZ 3.98 2.18 0.53 -
YUV 31.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 86 8 11 0 0.91 0.87 0.66 357.69 0.83 0.18
Hex 56 8 B 0 5B 57 42 166 53 12
Octal 126 10 13 0 133 127 102 546 123 22
Binary 1010110 1000 1011 0 1011011 1010111 1000010 101100110 1010011 10010

Color Harmonies of #56080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56080B

Black with #56080B

Text Example


Text Example

White with #56080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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