Html Css Color HEX #56091C Bordeaux

📋 copy color: '#56091C'

red 86 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #56091C

Tints of Bordeaux #56091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 69.92%
G = 7.32%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56091C (or 0x56091C) is known color: Bordeaux. HEX triplet: 56, 09 and 1C. RGB value is (86,9,28). Sum of RGB (Red+Green+Blue) = 86+9+28=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091C is #A9F6E3. Grayscale: #222222. Windows color (decimal): -11138788 or 1837398. OLE color: 1837398.

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

Color convert

RGB 86 9 28 -
CMYK 0 0.90 0.67 0.66
HSL 345.19º 0.81% 0.19% -
HSV(B) 345.19º 0.9% 0.34% -
XYZ 4.15 2.26 1.32 -
YUV 34.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 86 9 28 0 0.90 0.67 0.66 345.19 0.81 0.19
Hex 56 9 1C 0 5A 43 42 159 51 13
Octal 126 11 34 0 132 103 102 531 121 23
Binary 1010110 1001 11100 0 1011010 1000011 1000010 101011001 1010001 10011

Color Harmonies of #56091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56091C

Black with #56091C

Text Example


Text Example

White with #56091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56091C; }

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

 H1.HeaderClassName
 {
   color: #56091C;
 }
 .AnyTagClassName
 {
   color: #56091C;
 }
</style>

background-color css

<style>
 a { background-color: #56091C; }

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

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

border-color css

<style>
 span { border-color: #56091C; }

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

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