Html Css Color HEX #560918 Bordeaux

📋 copy color: '#560918'

red 86 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #560918

Tints of Bordeaux #560918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 72.27%
G = 7.56%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#560918 (or 0x560918) is known color: Bordeaux. HEX triplet: 56, 09 and 18. RGB value is (86,9,24). Sum of RGB (Red+Green+Blue) = 86+9+24=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #560918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560918 is #A9F6E7. Grayscale: #212121. Windows color (decimal): -11138792 or 1575254. OLE color: 1575254.

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

Color convert

RGB 86 9 24 -
CMYK 0 0.90 0.72 0.66
HSL 348.31º 0.81% 0.19% -
HSV(B) 348.31º 0.9% 0.34% -
XYZ 4.1 2.24 1.08 -
YUV 33.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 86 9 24 0 0.90 0.72 0.66 348.31 0.81 0.19
Hex 56 9 18 0 5A 48 42 15C 51 13
Octal 126 11 30 0 132 110 102 534 121 23
Binary 1010110 1001 11000 0 1011010 1001000 1000010 101011100 1010001 10011

Color Harmonies of #560918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560918

Black with #560918

Text Example


Text Example

White with #560918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560918; }

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

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

background-color css

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

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

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

border-color css

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

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

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