Html Css Color HEX #561912 Red Oxide

📋 copy color: '#561912'

red 86 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #561912

Tints of Red Oxide #561912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 66.67%
G = 19.38%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#561912 (or 0x561912) is known color: Red Oxide. HEX triplet: 56, 19 and 12. RGB value is (86,25,18). Sum of RGB (Red+Green+Blue) = 86+25+18=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561912 is #A9E6ED. Grayscale: #2A2A2A. Windows color (decimal): -11134702 or 1186134. OLE color: 1186134.

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

Color convert

RGB 86 25 18 -
CMYK 0 0.71 0.79 0.66
HSL 6.18º 0.65% 0.2% -
HSV(B) 6.18º 0.79% 0.34% -
XYZ 4.29 2.72 0.87 -
YUV 42.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 86 25 18 0 0.71 0.79 0.66 6.18 0.65 0.2
Hex 56 19 12 0 47 4F 42 6 41 14
Octal 126 31 22 0 107 117 102 6 101 24
Binary 1010110 11001 10010 0 1000111 1001111 1000010 110 1000001 10100

Color Harmonies of #561912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561912

Black with #561912

Text Example


Text Example

White with #561912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561912; }

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

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

background-color css

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

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

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

border-color css

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

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

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