Html Css Color HEX #56091E Bordeaux

📋 copy color: '#56091E'

red 86 ◦ green 9 ◦ blue 30

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

Shades of Bordeaux #56091E

Tints of Bordeaux #56091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24%

R = 68.8%
G = 7.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56091E (or 0x56091E) is known color: Bordeaux. HEX triplet: 56, 09 and 1E. RGB value is (86,9,30). Sum of RGB (Red+Green+Blue) = 86+9+30=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #56091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091E is #A9F6E1. Grayscale: #222222. Windows color (decimal): -11138786 or 1968470. OLE color: 1968470.

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

Color convert

RGB 86 9 30 -
CMYK 0 0.90 0.65 0.66
HSL 343.64º 0.81% 0.19% -
HSV(B) 343.64º 0.9% 0.34% -
XYZ 4.17 2.27 1.45 -
YUV 34.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 86 9 30 0 0.90 0.65 0.66 343.64 0.81 0.19
Hex 56 9 1E 0 5A 41 42 158 51 13
Octal 126 11 36 0 132 101 102 530 121 23
Binary 1010110 1001 11110 0 1011010 1000001 1000010 101011000 1010001 10011

Color Harmonies of #56091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56091E

Black with #56091E

Text Example


Text Example

White with #56091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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