Html Css Color HEX #561124 Bordeaux

📋 copy color: '#561124'

red 86 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #561124

Tints of Bordeaux #561124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 61.87%
G = 12.23%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#561124 (or 0x561124) is known color: Bordeaux. HEX triplet: 56, 11 and 24. RGB value is (86,17,36). Sum of RGB (Red+Green+Blue) = 86+17+36=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #561124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561124 is #A9EEDB. Grayscale: #272727. Windows color (decimal): -11136732 or 2363734. OLE color: 2363734.

HSL color Cylindrical-coordinate representation of color #561124: hue angle of 343.48º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561124 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 36 -
CMYK 0 0.80 0.58 0.66
HSL 343.48º 0.67% 0.2% -
HSV(B) 343.48º 0.8% 0.34% -
XYZ 4.36 2.51 1.92 -
YUV 39.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 86 17 36 0 0.80 0.58 0.66 343.48 0.67 0.2
Hex 56 11 24 0 50 3A 42 157 43 14
Octal 126 21 44 0 120 72 102 527 103 24
Binary 1010110 10001 100100 0 1010000 111010 1000010 101010111 1000011 10100

Color Harmonies of #561124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561124

Black with #561124

Text Example


Text Example

White with #561124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561124; }

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

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

background-color css

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

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

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

border-color css

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

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

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