Html Css Color HEX #56060B Bordeaux

📋 copy color: '#56060B'

red 86 ◦ green 6 ◦ blue 11

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

Shades of Bordeaux #56060B

Tints of Bordeaux #56060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

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

R = 83.5%
G = 5.83%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56060B (or 0x56060B) is known color: Bordeaux. HEX triplet: 56, 06 and 0B. RGB value is (86,6,11). Sum of RGB (Red+Green+Blue) = 86+6+11=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #56060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060B is #A9F9F4. Grayscale: #1E1E1E. Windows color (decimal): -11139573 or 722518. OLE color: 722518.

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

Color convert

RGB 86 6 11 -
CMYK 0 0.93 0.87 0.66
HSL 356.25º 0.87% 0.18% -
HSV(B) 356.25º 0.93% 0.34% -
XYZ 3.96 2.13 0.52 -
YUV 30.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 86 6 11 0 0.93 0.87 0.66 356.25 0.87 0.18
Hex 56 6 B 0 5D 57 42 164 57 12
Octal 126 6 13 0 135 127 102 544 127 22
Binary 1010110 110 1011 0 1011101 1010111 1000010 101100100 1010111 10010

Color Harmonies of #56060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56060B

Black with #56060B

Text Example


Text Example

White with #56060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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