Html Css Color HEX #560119 Bordeaux

📋 copy color: '#560119'

red 86 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #560119

Tints of Bordeaux #560119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 76.79%
G = 0.89%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#560119 (or 0x560119) is known color: Bordeaux. HEX triplet: 56, 01 and 19. RGB value is (86,1,25). Sum of RGB (Red+Green+Blue) = 86+1+25=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560119 is #A9FEE6. Grayscale: #1D1D1D. Windows color (decimal): -11140839 or 1638742. OLE color: 1638742.

HSL color Cylindrical-coordinate representation of color #560119: hue angle of 343.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560119 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 25 -
CMYK 0 0.99 0.71 0.66
HSL 343.06º 0.98% 0.17% -
HSV(B) 343.06º 0.99% 0.34% -
XYZ 4.02 2.07 1.11 -
YUV 29.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 86 1 25 0 0.99 0.71 0.66 343.06 0.98 0.17
Hex 56 1 19 0 63 47 42 157 62 11
Octal 126 1 31 0 143 107 102 527 142 21
Binary 1010110 1 11001 0 1100011 1000111 1000010 101010111 1100010 10001

Color Harmonies of #560119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560119

Black with #560119

Text Example


Text Example

White with #560119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560119; }

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

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

background-color css

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

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

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

border-color css

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

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

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