#611713

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

Shades of Red Oxide #611713

Tints of Red Oxide #611713

Color information

#611713 (or 0x611713) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 13. RGB value is (97,23,19). Sum of RGB (Red+Green+Blue) = 97+23+19=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #611713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611713 is #9EE8EC. Grayscale: #2C2C2C. Windows color (decimal): -10414317 or 1251169. OLE color: 1251169.

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

Color convert

RGB972319-
CMYK00.760.800.62
HSL3.08º67.24%22.75%-
HSV(B)3.08º80.41%38.04%-
XYZ5.353.20.95-
YUV44.67113.52165.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=69.78%
G=16.55%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97231900.760.800.623.0867.2422.75
Hex61171304C503E34317
Octal1412723011412076310327
Binary1100001101111001101001100101000011111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611713; }

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

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

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

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

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

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

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

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