Html Css Color HEX #56060D Bordeaux

📋 copy color: '#56060D'

red 86 ◦ green 6 ◦ blue 13

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

Shades of Bordeaux #56060D

Tints of Bordeaux #56060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 81.9%
G = 5.71%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56060D (or 0x56060D) is known color: Bordeaux. HEX triplet: 56, 06 and 0D. RGB value is (86,6,13). Sum of RGB (Red+Green+Blue) = 86+6+13=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060D is #A9F9F2. Grayscale: #1E1E1E. Windows color (decimal): -11139571 or 853590. OLE color: 853590.

HSL color Cylindrical-coordinate representation of color #56060D: hue angle of 354.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56060D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 6 13 -
CMYK 0 0.93 0.85 0.66
HSL 354.75º 0.87% 0.18% -
HSV(B) 354.75º 0.93% 0.34% -
XYZ 3.98 2.14 0.58 -
YUV 30.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 86 6 13 0 0.93 0.85 0.66 354.75 0.87 0.18
Hex 56 6 D 0 5D 55 42 163 57 12
Octal 126 6 15 0 135 125 102 543 127 22
Binary 1010110 110 1101 0 1011101 1010101 1000010 101100011 1010111 10010

Color Harmonies of #56060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56060D

Black with #56060D

Text Example


Text Example

White with #56060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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