Html Css Color HEX #56020E Bordeaux

📋 copy color: '#56020E'

red 86 ◦ green 2 ◦ blue 14

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

Shades of Bordeaux #56020E

Tints of Bordeaux #56020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.73%

R = 84.31%
G = 1.96%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56020E (or 0x56020E) is known color: Bordeaux. HEX triplet: 56, 02 and 0E. RGB value is (86,2,14). Sum of RGB (Red+Green+Blue) = 86+2+14=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #56020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020E is #A9FDF1. Grayscale: #1C1C1C. Windows color (decimal): -11140594 or 918102. OLE color: 918102.

HSL color Cylindrical-coordinate representation of color #56020E: hue angle of 351.43º 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 #56020E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 14 -
CMYK 0 0.98 0.84 0.66
HSL 351.43º 0.95% 0.17% -
HSV(B) 351.43º 0.98% 0.34% -
XYZ 3.94 2.05 0.6 -
YUV 28.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 86 2 14 0 0.98 0.84 0.66 351.43 0.95 0.17
Hex 56 2 E 0 62 54 42 15F 5F 11
Octal 126 2 16 0 142 124 102 537 137 21
Binary 1010110 10 1110 0 1100010 1010100 1000010 101011111 1011111 10001

Color Harmonies of #56020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56020E

Black with #56020E

Text Example


Text Example

White with #56020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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