Html Css Color HEX #56010D Bordeaux

📋 copy color: '#56010D'

red 86 ◦ green 1 ◦ blue 13

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

Shades of Bordeaux #56010D

Tints of Bordeaux #56010D

RGB

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

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

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

R = 86%
G = 1%
B = 13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56010D (or 0x56010D) is known color: Bordeaux. HEX triplet: 56, 01 and 0D. RGB value is (86,1,13). Sum of RGB (Red+Green+Blue) = 86+1+13=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #56010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010D is #A9FEF2. Grayscale: #1B1B1B. Windows color (decimal): -11140851 or 852310. OLE color: 852310.

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

Color convert

RGB 86 1 13 -
CMYK 0 0.99 0.85 0.66
HSL 351.53º 0.98% 0.17% -
HSV(B) 351.53º 0.99% 0.34% -
XYZ 3.92 2.03 0.57 -
YUV 27.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 86 1 13 0 0.99 0.85 0.66 351.53 0.98 0.17
Hex 56 1 D 0 63 55 42 160 62 11
Octal 126 1 15 0 143 125 102 540 142 21
Binary 1010110 1 1101 0 1100011 1010101 1000010 101100000 1100010 10001

Color Harmonies of #56010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56010D

Black with #56010D

Text Example


Text Example

White with #56010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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