Html Css Color HEX #56090D Bordeaux

📋 copy color: '#56090D'

red 86 ◦ green 9 ◦ blue 13

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

Shades of Bordeaux #56090D

Tints of Bordeaux #56090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

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

R = 79.63%
G = 8.33%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56090D (or 0x56090D) is known color: Bordeaux. HEX triplet: 56, 09 and 0D. RGB value is (86,9,13). Sum of RGB (Red+Green+Blue) = 86+9+13=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #56090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090D is #A9F6F2. Grayscale: #202020. Windows color (decimal): -11138803 or 854358. OLE color: 854358.

HSL color Cylindrical-coordinate representation of color #56090D: hue angle of 356.88º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56090D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 13 -
CMYK 0 0.90 0.85 0.66
HSL 356.88º 0.81% 0.19% -
HSV(B) 356.88º 0.9% 0.34% -
XYZ 4.01 2.2 0.59 -
YUV 32.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 86 9 13 0 0.90 0.85 0.66 356.88 0.81 0.19
Hex 56 9 D 0 5A 55 42 165 51 13
Octal 126 11 15 0 132 125 102 545 121 23
Binary 1010110 1001 1101 0 1011010 1010101 1000010 101100101 1010001 10011

Color Harmonies of #56090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56090D

Black with #56090D

Text Example


Text Example

White with #56090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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