Html Css Color HEX #560419 Bordeaux

📋 copy color: '#560419'

red 86 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #560419

Tints of Bordeaux #560419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

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

R = 74.78%
G = 3.48%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#560419 (or 0x560419) is known color: Bordeaux. HEX triplet: 56, 04 and 19. RGB value is (86,4,25). Sum of RGB (Red+Green+Blue) = 86+4+25=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560419 is #A9FBE6. Grayscale: #1E1E1E. Windows color (decimal): -11140071 or 1639510. OLE color: 1639510.

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

Color convert

RGB 86 4 25 -
CMYK 0 0.95 0.71 0.66
HSL 344.63º 0.91% 0.18% -
HSV(B) 344.63º 0.95% 0.34% -
XYZ 4.06 2.14 1.12 -
YUV 30.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 86 4 25 0 0.95 0.71 0.66 344.63 0.91 0.18
Hex 56 4 19 0 5F 47 42 159 5B 12
Octal 126 4 31 0 137 107 102 531 133 22
Binary 1010110 100 11001 0 1011111 1000111 1000010 101011001 1011011 10010

Color Harmonies of #560419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560419

Black with #560419

Text Example


Text Example

White with #560419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560419; }

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

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

background-color css

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

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

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

border-color css

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

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

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