Html Css Color HEX #560518 Bordeaux

📋 copy color: '#560518'

red 86 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #560518

Tints of Bordeaux #560518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 74.78%
G = 4.35%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#560518 (or 0x560518) is known color: Bordeaux. HEX triplet: 56, 05 and 18. RGB value is (86,5,24). Sum of RGB (Red+Green+Blue) = 86+5+24=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560518 is #A9FAE7. Grayscale: #1F1F1F. Windows color (decimal): -11139816 or 1574230. OLE color: 1574230.

HSL color Cylindrical-coordinate representation of color #560518: hue angle of 345.93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560518 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 24 -
CMYK 0 0.94 0.72 0.66
HSL 345.93º 0.89% 0.18% -
HSV(B) 345.93º 0.94% 0.34% -
XYZ 4.06 2.15 1.07 -
YUV 31.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 86 5 24 0 0.94 0.72 0.66 345.93 0.89 0.18
Hex 56 5 18 0 5E 48 42 15A 59 12
Octal 126 5 30 0 136 110 102 532 131 22
Binary 1010110 101 11000 0 1011110 1001000 1000010 101011010 1011001 10010

Color Harmonies of #560518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560518

Black with #560518

Text Example


Text Example

White with #560518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560518; }

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

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

background-color css

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

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

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

border-color css

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

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

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