Html Css Color HEX #56050B Bordeaux

📋 copy color: '#56050B'

red 86 ◦ green 5 ◦ blue 11

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

Shades of Bordeaux #56050B

Tints of Bordeaux #56050B

RGB

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

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

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

R = 84.31%
G = 4.9%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56050B (or 0x56050B) is known color: Bordeaux. HEX triplet: 56, 05 and 0B. RGB value is (86,5,11). Sum of RGB (Red+Green+Blue) = 86+5+11=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050B is #A9FAF4. Grayscale: #1D1D1D. Windows color (decimal): -11139829 or 722262. OLE color: 722262.

HSL color Cylindrical-coordinate representation of color #56050B: hue angle of 355.56º 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 #56050B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 11 -
CMYK 0 0.94 0.87 0.66
HSL 355.56º 0.89% 0.18% -
HSV(B) 355.56º 0.94% 0.34% -
XYZ 3.95 2.11 0.52 -
YUV 29.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 86 5 11 0 0.94 0.87 0.66 355.56 0.89 0.18
Hex 56 5 B 0 5E 57 42 164 59 12
Octal 126 5 13 0 136 127 102 544 131 22
Binary 1010110 101 1011 0 1011110 1010111 1000010 101100100 1011001 10010

Color Harmonies of #56050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56050B

Black with #56050B

Text Example


Text Example

White with #56050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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