Html Css Color HEX #56020B Bordeaux

📋 copy color: '#56020B'

red 86 ◦ green 2 ◦ blue 11

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

Shades of Bordeaux #56020B

Tints of Bordeaux #56020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 86.87%
G = 2.02%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#56020B (or 0x56020B) is known color: Bordeaux. HEX triplet: 56, 02 and 0B. RGB value is (86,2,11). Sum of RGB (Red+Green+Blue) = 86+2+11=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #56020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020B is #A9FDF4. Grayscale: #1C1C1C. Windows color (decimal): -11140597 or 721494. OLE color: 721494.

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

Color convert

RGB 86 2 11 -
CMYK 0 0.98 0.87 0.66
HSL 353.57º 0.95% 0.17% -
HSV(B) 353.57º 0.98% 0.34% -
XYZ 3.92 2.05 0.5 -
YUV 28.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 86 2 11 0 0.98 0.87 0.66 353.57 0.95 0.17
Hex 56 2 B 0 62 57 42 162 5F 11
Octal 126 2 13 0 142 127 102 542 137 21
Binary 1010110 10 1011 0 1100010 1010111 1000010 101100010 1011111 10001

Color Harmonies of #56020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56020B

Black with #56020B

Text Example


Text Example

White with #56020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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