Html Css Color HEX #56020C Bordeaux

📋 copy color: '#56020C'

red 86 ◦ green 2 ◦ blue 12

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

Shades of Bordeaux #56020C

Tints of Bordeaux #56020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 86%
G = 2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56020C (or 0x56020C) is known color: Bordeaux. HEX triplet: 56, 02 and 0C. RGB value is (86,2,12). Sum of RGB (Red+Green+Blue) = 86+2+12=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #56020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020C is #A9FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11140596 or 787030. OLE color: 787030.

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

Color convert

RGB 86 2 12 -
CMYK 0 0.98 0.86 0.66
HSL 352.86º 0.95% 0.17% -
HSV(B) 352.86º 0.98% 0.34% -
XYZ 3.93 2.05 0.54 -
YUV 28.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 86 2 12 0 0.98 0.86 0.66 352.86 0.95 0.17
Hex 56 2 C 0 62 56 42 161 5F 11
Octal 126 2 14 0 142 126 102 541 137 21
Binary 1010110 10 1100 0 1100010 1010110 1000010 101100001 1011111 10001

Color Harmonies of #56020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56020C

Black with #56020C

Text Example


Text Example

White with #56020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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