Html Css Color HEX #560824 Bordeaux

📋 copy color: '#560824'

red 86 ◦ green 8 ◦ blue 36

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

Shades of Bordeaux #560824

Tints of Bordeaux #560824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 66.15%
G = 6.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#560824 (or 0x560824) is known color: Bordeaux. HEX triplet: 56, 08 and 24. RGB value is (86,8,36). Sum of RGB (Red+Green+Blue) = 86+8+36=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560824 is #A9F7DB. Grayscale: #222222. Windows color (decimal): -11139036 or 2361430. OLE color: 2361430.

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

Color convert

RGB 86 8 36 -
CMYK 0 0.91 0.58 0.66
HSL 338.46º 0.83% 0.18% -
HSV(B) 338.46º 0.91% 0.34% -
XYZ 4.24 2.28 1.89 -
YUV 34.51 128.84 164.72 -
System Red Green Blue C M Y K H S L
Decimal 86 8 36 0 0.91 0.58 0.66 338.46 0.83 0.18
Hex 56 8 24 0 5B 3A 42 152 53 12
Octal 126 10 44 0 133 72 102 522 123 22
Binary 1010110 1000 100100 0 1011011 111010 1000010 101010010 1010011 10010

Color Harmonies of #560824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560824

Black with #560824

Text Example


Text Example

White with #560824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560824; }

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

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

background-color css

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

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

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

border-color css

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

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

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