Html Css Color HEX #56011D Bordeaux

📋 copy color: '#56011D'

red 86 ◦ green 1 ◦ blue 29

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

Shades of Bordeaux #56011D

Tints of Bordeaux #56011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

 BLUE value IS 29 (11.72% from 255) = 25%

R = 74.14%
G = 0.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56011D (or 0x56011D) is known color: Bordeaux. HEX triplet: 56, 01 and 1D. RGB value is (86,1,29). Sum of RGB (Red+Green+Blue) = 86+1+29=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #56011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011D is #A9FEE2. Grayscale: #1D1D1D. Windows color (decimal): -11140835 or 1900886. OLE color: 1900886.

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

Color convert

RGB 86 1 29 -
CMYK 0 0.99 0.66 0.66
HSL 340.24º 0.98% 0.17% -
HSV(B) 340.24º 0.99% 0.34% -
XYZ 4.07 2.09 1.35 -
YUV 29.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 86 1 29 0 0.99 0.66 0.66 340.24 0.98 0.17
Hex 56 1 1D 0 63 42 42 154 62 11
Octal 126 1 35 0 143 102 102 524 142 21
Binary 1010110 1 11101 0 1100011 1000010 1000010 101010100 1100010 10001

Color Harmonies of #56011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56011D

Black with #56011D

Text Example


Text Example

White with #56011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,1,29); }

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

background-color css

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

 a { background-color: rgb(86,1,29); }

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

border-color css

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

 span { border-color: rgb(86,1,29); }

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