Html Css Color HEX #561713 Red Oxide

📋 copy color: '#561713'

red 86 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #561713

Tints of Red Oxide #561713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

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

R = 67.19%
G = 17.97%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561713 (or 0x561713) is known color: Red Oxide. HEX triplet: 56, 17 and 13. RGB value is (86,23,19). Sum of RGB (Red+Green+Blue) = 86+23+19=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561713 is #A9E8EC. Grayscale: #292929. Windows color (decimal): -11135213 or 1251158. OLE color: 1251158.

HSL color Cylindrical-coordinate representation of color #561713: hue angle of 3.58º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561713 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 19 -
CMYK 0 0.73 0.78 0.66
HSL 3.58º 0.64% 0.21% -
HSV(B) 3.58º 0.78% 0.34% -
XYZ 4.26 2.64 0.9 -
YUV 41.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 86 23 19 0 0.73 0.78 0.66 3.58 0.64 0.21
Hex 56 17 13 0 49 4E 42 4 40 15
Octal 126 27 23 0 111 116 102 4 100 25
Binary 1010110 10111 10011 0 1001001 1001110 1000010 100 1000000 10101

Color Harmonies of #561713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561713

Black with #561713

Text Example


Text Example

White with #561713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561713; }

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

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

background-color css

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

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

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

border-color css

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

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

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