Html Css Color HEX #56050D Bordeaux

📋 copy color: '#56050D'

red 86 ◦ green 5 ◦ blue 13

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

Shades of Bordeaux #56050D

Tints of Bordeaux #56050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.81%

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

R = 82.69%
G = 4.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56050D (or 0x56050D) is known color: Bordeaux. HEX triplet: 56, 05 and 0D. RGB value is (86,5,13). Sum of RGB (Red+Green+Blue) = 86+5+13=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #56050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050D is #A9FAF2. Grayscale: #1E1E1E. Windows color (decimal): -11139827 or 853334. OLE color: 853334.

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

Color convert

RGB 86 5 13 -
CMYK 0 0.94 0.85 0.66
HSL 354.07º 0.89% 0.18% -
HSV(B) 354.07º 0.94% 0.34% -
XYZ 3.96 2.12 0.58 -
YUV 30.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 86 5 13 0 0.94 0.85 0.66 354.07 0.89 0.18
Hex 56 5 D 0 5E 55 42 162 59 12
Octal 126 5 15 0 136 125 102 542 131 22
Binary 1010110 101 1101 0 1011110 1010101 1000010 101100010 1011001 10010

Color Harmonies of #56050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56050D

Black with #56050D

Text Example


Text Example

White with #56050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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