Html Css Color HEX #561E19 Red Oxide

📋 copy color: '#561E19'

red 86 ◦ green 30 ◦ blue 25

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

Shades of Red Oxide #561E19

Tints of Red Oxide #561E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.28%

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 60.99%
G = 21.28%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#561E19 (or 0x561E19) is known color: Red Oxide. HEX triplet: 56, 1E and 19. RGB value is (86,30,25). Sum of RGB (Red+Green+Blue) = 86+30+25=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E19 is #A9E1E6. Grayscale: #2E2E2E. Windows color (decimal): -11133415 or 1646166. OLE color: 1646166.

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

Color convert

RGB 86 30 25 -
CMYK 0 0.65 0.71 0.66
HSL 4.92º 0.55% 0.22% -
HSV(B) 4.92º 0.71% 0.34% -
XYZ 4.48 2.98 1.26 -
YUV 46.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 86 30 25 0 0.65 0.71 0.66 4.92 0.55 0.22
Hex 56 1E 19 0 41 47 42 5 37 16
Octal 126 36 31 0 101 107 102 5 67 26
Binary 1010110 11110 11001 0 1000001 1000111 1000010 101 110111 10110

Color Harmonies of #561E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E19

Black with #561E19

Text Example


Text Example

White with #561E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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