Html Css Color HEX #561515 Red Oxide

📋 copy color: '#561515'

red 86 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #561515

Tints of Red Oxide #561515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

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

R = 67.19%
G = 16.41%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561515 (or 0x561515) is known color: Red Oxide. HEX triplet: 56, 15 and 15. RGB value is (86,21,21). Sum of RGB (Red+Green+Blue) = 86+21+21=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561515 is #A9EAEA. Grayscale: #282828. Windows color (decimal): -11135723 or 1381718. OLE color: 1381718.

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

Color convert

RGB 86 21 21 -
CMYK 0 0.76 0.76 0.66
HSL 0.61% 0.21% -
HSV(B) 0.76% 0.34% -
XYZ 4.24 2.57 0.98 -
YUV 40.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 86 21 21 0 0.76 0.76 0.66 0 0.61 0.21
Hex 56 15 15 0 4C 4C 42 0 3D 15
Octal 126 25 25 0 114 114 102 0 75 25
Binary 1010110 10101 10101 0 1001100 1001100 1000010 0 111101 10101

Color Harmonies of #561515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561515

Black with #561515

Text Example


Text Example

White with #561515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561515; }

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

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

background-color css

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

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

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

border-color css

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

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

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