Html Css Color HEX #56090F Bordeaux

📋 copy color: '#56090F'

red 86 ◦ green 9 ◦ blue 15

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

Shades of Bordeaux #56090F

Tints of Bordeaux #56090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 78.18%
G = 8.18%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#56090F (or 0x56090F) is known color: Bordeaux. HEX triplet: 56, 09 and 0F. RGB value is (86,9,15). Sum of RGB (Red+Green+Blue) = 86+9+15=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #56090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090F is #A9F6F0. Grayscale: #202020. Windows color (decimal): -11138801 or 985430. OLE color: 985430.

HSL color Cylindrical-coordinate representation of color #56090F: hue angle of 355.32º 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 #56090F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 15 -
CMYK 0 0.90 0.83 0.66
HSL 355.32º 0.81% 0.19% -
HSV(B) 355.32º 0.9% 0.34% -
XYZ 4.02 2.21 0.67 -
YUV 32.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 86 9 15 0 0.90 0.83 0.66 355.32 0.81 0.19
Hex 56 9 F 0 5A 53 42 163 51 13
Octal 126 11 17 0 132 123 102 543 121 23
Binary 1010110 1001 1111 0 1011010 1010011 1000010 101100011 1010001 10011

Color Harmonies of #56090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56090F

Black with #56090F

Text Example


Text Example

White with #56090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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