Html Css Color HEX #561505 Red Oxide

📋 copy color: '#561505'

red 86 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #561505

Tints of Red Oxide #561505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.46%

R = 76.79%
G = 18.75%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#561505 (or 0x561505) is known color: Red Oxide. HEX triplet: 56, 15 and 05. RGB value is (86,21,5). Sum of RGB (Red+Green+Blue) = 86+21+5=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #561505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561505 is #A9EAFA. Grayscale: #262626. Windows color (decimal): -11135739 or 333142. OLE color: 333142.

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

Color convert

RGB 86 21 5 -
CMYK 0 0.76 0.94 0.66
HSL 11.85º 0.89% 0.18% -
HSV(B) 11.85º 0.94% 0.34% -
XYZ 4.13 2.53 0.41 -
YUV 38.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 86 21 5 0 0.76 0.94 0.66 11.85 0.89 0.18
Hex 56 15 5 0 4C 5E 42 C 59 12
Octal 126 25 5 0 114 136 102 14 131 22
Binary 1010110 10101 101 0 1001100 1011110 1000010 1100 1011001 10010

Color Harmonies of #561505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561505

Black with #561505

Text Example


Text Example

White with #561505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561505; }

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

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

background-color css

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

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

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

border-color css

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

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

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