#611514

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

Shades of Red Oxide #611514

Tints of Red Oxide #611514

Color information

#611514 (or 0x611514) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 14. RGB value is (97,21,20). Sum of RGB (Red+Green+Blue) = 97+21+20=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611514 is #9EEAEB. Grayscale: #2B2B2B. Windows color (decimal): -10414828 or 1316193. OLE color: 1316193.

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

Color convert

RGB972120-
CMYK00.780.790.62
HSL0.78º65.81%22.94%-
HSV(B)0.78º79.38%38.04%-
XYZ5.323.130.99-
YUV43.61114.68166.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=70.29%
G=15.22%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97212000.780.790.620.7865.8122.94
Hex61151404E4F3E14217
Octal1412524011611776110227
Binary110000110101101000100111010011111111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611514; }

 p { color: rgb(97,21,20); }

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

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

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

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

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

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

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