Html Css Color HEX #56020D Bordeaux

📋 copy color: '#56020D'

red 86 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #56020D

Tints of Bordeaux #56020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 85.15%
G = 1.98%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56020D (or 0x56020D) is known color: Bordeaux. HEX triplet: 56, 02 and 0D. RGB value is (86,2,13). Sum of RGB (Red+Green+Blue) = 86+2+13=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #56020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020D is #A9FDF2. Grayscale: #1C1C1C. Windows color (decimal): -11140595 or 852566. OLE color: 852566.

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

Color convert

RGB 86 2 13 -
CMYK 0 0.98 0.85 0.66
HSL 352.14º 0.95% 0.17% -
HSV(B) 352.14º 0.98% 0.34% -
XYZ 3.93 2.05 0.57 -
YUV 28.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 86 2 13 0 0.98 0.85 0.66 352.14 0.95 0.17
Hex 56 2 D 0 62 55 42 160 5F 11
Octal 126 2 15 0 142 125 102 540 137 21
Binary 1010110 10 1101 0 1100010 1010101 1000010 101100000 1011111 10001

Color Harmonies of #56020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56020D

Black with #56020D

Text Example


Text Example

White with #56020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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