Html Css Color HEX #561C14 Red Oxide

📋 copy color: '#561C14'

red 86 ◦ green 28 ◦ blue 20

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

Shades of Red Oxide #561C14

Tints of Red Oxide #561C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 64.18%
G = 20.9%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561C14 (or 0x561C14) is known color: Red Oxide. HEX triplet: 56, 1C and 14. RGB value is (86,28,20). Sum of RGB (Red+Green+Blue) = 86+28+20=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #561C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C14 is #A9E3EB. Grayscale: #2C2C2C. Windows color (decimal): -11133932 or 1317974. OLE color: 1317974.

HSL color Cylindrical-coordinate representation of color #561C14: hue angle of 7.27º 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 #561C14 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 20 -
CMYK 0 0.67 0.77 0.66
HSL 7.27º 0.62% 0.21% -
HSV(B) 7.27º 0.77% 0.34% -
XYZ 4.38 2.86 0.98 -
YUV 44.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 86 28 20 0 0.67 0.77 0.66 7.27 0.62 0.21
Hex 56 1C 14 0 43 4D 42 7 3E 15
Octal 126 34 24 0 103 115 102 7 76 25
Binary 1010110 11100 10100 0 1000011 1001101 1000010 111 111110 10101

Color Harmonies of #561C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C14

Black with #561C14

Text Example


Text Example

White with #561C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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