#611717

Color #611717 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611717

Tints of Red Oxide #611717

Color information

#611717 (or 0x611717) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 17. RGB value is (97,23,23). Sum of RGB (Red+Green+Blue) = 97+23+23=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611717 is #9EE8E8. Grayscale: #2D2D2D. Windows color (decimal): -10414313 or 1513313. OLE color: 1513313.

HSL color Cylindrical-coordinate representation of color #611717: hue angle of 0º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611717 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB972323-
CMYK00.760.760.62
HSL61.67%23.53%-
HSV(B)76.29%38.04%-
XYZ5.393.221.15-
YUV45.13115.52165-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=67.83%
G=16.08%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97232300.760.760.62061.6723.53
Hex61171704C4C3E03e18
Octal141272701141147607630
Binary11000011011110111010011001001100111110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611717; }

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

 H1.HeaderClassName
 {
   color: #611717;
 }
 .AnyTagClassName
 {
   color: #611717;
 }
</style>
background-color css

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

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

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

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

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

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