Html Css Color HEX #561712 Red Oxide

📋 copy color: '#561712'

red 86 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #561712

Tints of Red Oxide #561712

RGB

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

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

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

R = 67.72%
G = 18.11%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#561712 (or 0x561712) is known color: Red Oxide. HEX triplet: 56, 17 and 12. RGB value is (86,23,18). Sum of RGB (Red+Green+Blue) = 86+23+18=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561712 is #A9E8ED. Grayscale: #292929. Windows color (decimal): -11135214 or 1185622. OLE color: 1185622.

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

Color convert

RGB 86 23 18 -
CMYK 0 0.73 0.79 0.66
HSL 4.41º 0.65% 0.2% -
HSV(B) 4.41º 0.79% 0.34% -
XYZ 4.25 2.63 0.86 -
YUV 41.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 86 23 18 0 0.73 0.79 0.66 4.41 0.65 0.2
Hex 56 17 12 0 49 4F 42 4 41 14
Octal 126 27 22 0 111 117 102 4 101 24
Binary 1010110 10111 10010 0 1001001 1001111 1000010 100 1000001 10100

Color Harmonies of #561712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561712

Black with #561712

Text Example


Text Example

White with #561712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561712; }

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

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

background-color css

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

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

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

border-color css

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

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

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