Html Css Color HEX #561717 Red Oxide

📋 copy color: '#561717'

red 86 ◦ green 23 ◦ blue 23

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

Shades of Red Oxide #561717

Tints of Red Oxide #561717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.42%

R = 65.15%
G = 17.42%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#561717 (or 0x561717) is known color: Red Oxide. HEX triplet: 56, 17 and 17. RGB value is (86,23,23). Sum of RGB (Red+Green+Blue) = 86+23+23=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561717 is #A9E8E8. Grayscale: #292929. Windows color (decimal): -11135209 or 1513302. OLE color: 1513302.

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

Color convert

RGB 86 23 23 -
CMYK 0 0.73 0.73 0.66
HSL 0.58% 0.21% -
HSV(B) 0.73% 0.34% -
XYZ 4.3 2.65 1.1 -
YUV 41.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 86 23 23 0 0.73 0.73 0.66 0 0.58 0.21
Hex 56 17 17 0 49 49 42 0 3A 15
Octal 126 27 27 0 111 111 102 0 72 25
Binary 1010110 10111 10111 0 1001001 1001001 1000010 0 111010 10101

Color Harmonies of #561717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561717

Black with #561717

Text Example


Text Example

White with #561717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561717; }

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

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

background-color css

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

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

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

border-color css

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

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

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