Html Css Color HEX #561715 Red Oxide

📋 copy color: '#561715'

red 86 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #561715

Tints of Red Oxide #561715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 66.15%
G = 17.69%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561715 (or 0x561715) is known color: Red Oxide. HEX triplet: 56, 17 and 15. RGB value is (86,23,21). Sum of RGB (Red+Green+Blue) = 86+23+21=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #561715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561715 is #A9E8EA. Grayscale: #292929. Windows color (decimal): -11135211 or 1382230. OLE color: 1382230.

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

Color convert

RGB 86 23 21 -
CMYK 0 0.73 0.76 0.66
HSL 1.85º 0.61% 0.21% -
HSV(B) 1.85º 0.76% 0.34% -
XYZ 4.28 2.65 0.99 -
YUV 41.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 86 23 21 0 0.73 0.76 0.66 1.85 0.61 0.21
Hex 56 17 15 0 49 4C 42 2 3D 15
Octal 126 27 25 0 111 114 102 2 75 25
Binary 1010110 10111 10101 0 1001001 1001100 1000010 10 111101 10101

Color Harmonies of #561715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561715

Black with #561715

Text Example


Text Example

White with #561715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561715; }

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

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

background-color css

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

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

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

border-color css

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

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

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