Html Css Color HEX #560413 Bordeaux

📋 copy color: '#560413'

red 86 ◦ green 4 ◦ blue 19

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

Shades of Bordeaux #560413

Tints of Bordeaux #560413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 78.9%
G = 3.67%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560413 (or 0x560413) is known color: Bordeaux. HEX triplet: 56, 04 and 13. RGB value is (86,4,19). Sum of RGB (Red+Green+Blue) = 86+4+19=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560413 is #A9FBEC. Grayscale: #1E1E1E. Windows color (decimal): -11140077 or 1246294. OLE color: 1246294.

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

Color convert

RGB 86 4 19 -
CMYK 0 0.95 0.78 0.66
HSL 349.02º 0.91% 0.18% -
HSV(B) 349.02º 0.95% 0.34% -
XYZ 4 2.11 0.81 -
YUV 30.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 86 4 19 0 0.95 0.78 0.66 349.02 0.91 0.18
Hex 56 4 13 0 5F 4E 42 15D 5B 12
Octal 126 4 23 0 137 116 102 535 133 22
Binary 1010110 100 10011 0 1011111 1001110 1000010 101011101 1011011 10010

Color Harmonies of #560413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560413

Black with #560413

Text Example


Text Example

White with #560413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560413; }

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

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

background-color css

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

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

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

border-color css

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

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

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