Html Css Color HEX #561D18 Red Oxide

📋 copy color: '#561D18'

red 86 ◦ green 29 ◦ blue 24

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

Shades of Red Oxide #561D18

Tints of Red Oxide #561D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.86%

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 61.87%
G = 20.86%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#561D18 (or 0x561D18) is known color: Red Oxide. HEX triplet: 56, 1D and 18. RGB value is (86,29,24). Sum of RGB (Red+Green+Blue) = 86+29+24=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #561D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D18 is #A9E2E7. Grayscale: #2D2D2D. Windows color (decimal): -11133672 or 1580374. OLE color: 1580374.

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

Color convert

RGB 86 29 24 -
CMYK 0 0.66 0.72 0.66
HSL 4.84º 0.56% 0.22% -
HSV(B) 4.84º 0.72% 0.34% -
XYZ 4.44 2.92 1.19 -
YUV 45.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 86 29 24 0 0.66 0.72 0.66 4.84 0.56 0.22
Hex 56 1D 18 0 42 48 42 5 38 16
Octal 126 35 30 0 102 110 102 5 70 26
Binary 1010110 11101 11000 0 1000010 1001000 1000010 101 111000 10110

Color Harmonies of #561D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D18

Black with #561D18

Text Example


Text Example

White with #561D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,24); }

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

background-color css

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

 a { background-color: rgb(86,29,24); }

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

border-color css

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

 span { border-color: rgb(86,29,24); }

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