Html Css Color HEX #560924 Bordeaux

📋 copy color: '#560924'

red 86 ◦ green 9 ◦ blue 36

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

Shades of Bordeaux #560924

Tints of Bordeaux #560924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.48%

R = 65.65%
G = 6.87%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#560924 (or 0x560924) is known color: Bordeaux. HEX triplet: 56, 09 and 24. RGB value is (86,9,36). Sum of RGB (Red+Green+Blue) = 86+9+36=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #560924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560924 is #A9F6DB. Grayscale: #232323. Windows color (decimal): -11138780 or 2361686. OLE color: 2361686.

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

Color convert

RGB 86 9 36 -
CMYK 0 0.90 0.58 0.66
HSL 338.96º 0.81% 0.19% -
HSV(B) 338.96º 0.9% 0.34% -
XYZ 4.25 2.3 1.89 -
YUV 35.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 86 9 36 0 0.90 0.58 0.66 338.96 0.81 0.19
Hex 56 9 24 0 5A 3A 42 153 51 13
Octal 126 11 44 0 132 72 102 523 121 23
Binary 1010110 1001 100100 0 1011010 111010 1000010 101010011 1010001 10011

Color Harmonies of #560924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560924

Black with #560924

Text Example


Text Example

White with #560924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560924; }

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

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

background-color css

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

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

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

border-color css

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

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

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