Html Css Color HEX #560624 Bordeaux

📋 copy color: '#560624'

red 86 ◦ green 6 ◦ blue 36

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

Shades of Bordeaux #560624

Tints of Bordeaux #560624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.69%

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

R = 67.19%
G = 4.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#560624 (or 0x560624) is known color: Bordeaux. HEX triplet: 56, 06 and 24. RGB value is (86,6,36). Sum of RGB (Red+Green+Blue) = 86+6+36=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560624 is #A9F9DB. Grayscale: #212121. Windows color (decimal): -11139548 or 2360918. OLE color: 2360918.

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

Color convert

RGB 86 6 36 -
CMYK 0 0.93 0.58 0.66
HSL 337.5º 0.87% 0.18% -
HSV(B) 337.5º 0.93% 0.34% -
XYZ 4.22 2.24 1.88 -
YUV 33.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 86 6 36 0 0.93 0.58 0.66 337.5 0.87 0.18
Hex 56 6 24 0 5D 3A 42 152 57 12
Octal 126 6 44 0 135 72 102 522 127 22
Binary 1010110 110 100100 0 1011101 111010 1000010 101010010 1010111 10010

Color Harmonies of #560624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560624

Black with #560624

Text Example


Text Example

White with #560624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560624; }

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

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

background-color css

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

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

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

border-color css

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

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

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