Html Css Color HEX #561D15 Red Oxide

📋 copy color: '#561D15'

red 86 ◦ green 29 ◦ blue 21

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

Shades of Red Oxide #561D15

Tints of Red Oxide #561D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 63.24%
G = 21.32%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561D15 (or 0x561D15) is known color: Red Oxide. HEX triplet: 56, 1D and 15. RGB value is (86,29,21). Sum of RGB (Red+Green+Blue) = 86+29+21=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #561D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D15 is #A9E2EA. Grayscale: #2D2D2D. Windows color (decimal): -11133675 or 1383766. OLE color: 1383766.

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

Color convert

RGB 86 29 21 -
CMYK 0 0.66 0.76 0.66
HSL 7.38º 0.61% 0.21% -
HSV(B) 7.38º 0.76% 0.34% -
XYZ 4.41 2.91 1.04 -
YUV 45.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 86 29 21 0 0.66 0.76 0.66 7.38 0.61 0.21
Hex 56 1D 15 0 42 4C 42 7 3D 15
Octal 126 35 25 0 102 114 102 7 75 25
Binary 1010110 11101 10101 0 1000010 1001100 1000010 111 111101 10101

Color Harmonies of #561D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D15

Black with #561D15

Text Example


Text Example

White with #561D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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