Html Css Color HEX #560019 Bordeaux

📋 copy color: '#560019'

red 86 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #560019

Tints of Bordeaux #560019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.48%
G = 0%
B = 22.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#560019 (or 0x560019) is known color: Bordeaux. HEX triplet: 56, 00 and 19. RGB value is (86,0,25). Sum of RGB (Red+Green+Blue) = 86+0+25=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560019 is #A9FFE6. Grayscale: #1C1C1C. Windows color (decimal): -11141095 or 1638486. OLE color: 1638486.

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

Color convert

RGB 86 0 25 -
CMYK 0 1 0.71 0.66
HSL 342.56º 1% 0.17% -
HSV(B) 342.56º 1% 0.34% -
XYZ 4.01 2.05 1.1 -
YUV 28.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 86 0 25 0 1 0.71 0.66 342.56 1 0.17
Hex 56 0 19 0 64 47 42 157 64 11
Octal 126 0 31 0 144 107 102 527 144 21
Binary 1010110 0 11001 0 1100100 1000111 1000010 101010111 1100100 10001

Color Harmonies of #560019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560019

Black with #560019

Text Example


Text Example

White with #560019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560019; }

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

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

background-color css

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

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

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

border-color css

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

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

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