Html Css Color HEX #561714 Red Oxide

📋 copy color: '#561714'

red 86 ◦ green 23 ◦ blue 20

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

Shades of Red Oxide #561714

Tints of Red Oxide #561714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 66.67%
G = 17.83%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561714 (or 0x561714) is known color: Red Oxide. HEX triplet: 56, 17 and 14. RGB value is (86,23,20). Sum of RGB (Red+Green+Blue) = 86+23+20=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561714 is #A9E8EB. Grayscale: #292929. Windows color (decimal): -11135212 or 1316694. OLE color: 1316694.

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

Color convert

RGB 86 23 20 -
CMYK 0 0.73 0.77 0.66
HSL 2.73º 0.62% 0.21% -
HSV(B) 2.73º 0.77% 0.34% -
XYZ 4.27 2.64 0.95 -
YUV 41.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 86 23 20 0 0.73 0.77 0.66 2.73 0.62 0.21
Hex 56 17 14 0 49 4D 42 3 3E 15
Octal 126 27 24 0 111 115 102 3 76 25
Binary 1010110 10111 10100 0 1001001 1001101 1000010 11 111110 10101

Color Harmonies of #561714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561714

Black with #561714

Text Example


Text Example

White with #561714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561714; }

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

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

background-color css

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

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

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

border-color css

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

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

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