Html Css Color HEX #561A19 Red Oxide

📋 copy color: '#561A19'

red 86 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #561A19

Tints of Red Oxide #561A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.98%

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

R = 62.77%
G = 18.98%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#561A19 (or 0x561A19) is known color: Red Oxide. HEX triplet: 56, 1A and 19. RGB value is (86,26,25). Sum of RGB (Red+Green+Blue) = 86+26+25=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #561A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A19 is #A9E5E6. Grayscale: #2B2B2B. Windows color (decimal): -11134439 or 1645142. OLE color: 1645142.

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

Color convert

RGB 86 26 25 -
CMYK 0 0.70 0.71 0.66
HSL 0.98º 0.55% 0.22% -
HSV(B) 0.98º 0.71% 0.34% -
XYZ 4.38 2.79 1.23 -
YUV 43.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 86 26 25 0 0.70 0.71 0.66 0.98 0.55 0.22
Hex 56 1A 19 0 46 47 42 1 37 16
Octal 126 32 31 0 106 107 102 1 67 26
Binary 1010110 11010 11001 0 1000110 1000111 1000010 1 110111 10110

Color Harmonies of #561A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A19

Black with #561A19

Text Example


Text Example

White with #561A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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