Html Css Color HEX #561119 Bordeaux

📋 copy color: '#561119'

red 86 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #561119

Tints of Bordeaux #561119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 67.19%
G = 13.28%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#561119 (or 0x561119) is known color: Bordeaux. HEX triplet: 56, 11 and 19. RGB value is (86,17,25). Sum of RGB (Red+Green+Blue) = 86+17+25=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561119 is #A9EEE6. Grayscale: #262626. Windows color (decimal): -11136743 or 1642838. OLE color: 1642838.

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

Color convert

RGB 86 17 25 -
CMYK 0 0.80 0.71 0.66
HSL 353.04º 0.67% 0.2% -
HSV(B) 353.04º 0.8% 0.34% -
XYZ 4.21 2.45 1.17 -
YUV 38.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 86 17 25 0 0.80 0.71 0.66 353.04 0.67 0.2
Hex 56 11 19 0 50 47 42 161 43 14
Octal 126 21 31 0 120 107 102 541 103 24
Binary 1010110 10001 11001 0 1010000 1000111 1000010 101100001 1000011 10100

Color Harmonies of #561119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561119

Black with #561119

Text Example


Text Example

White with #561119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561119; }

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

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

background-color css

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

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

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

border-color css

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

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

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