#611414

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

Shades of Red Oxide #611414

Tints of Red Oxide #611414

Color information

#611414 (or 0x611414) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 14. RGB value is (97,20,20). Sum of RGB (Red+Green+Blue) = 97+20+20=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611414 is #9EEBEB. Grayscale: #2B2B2B. Windows color (decimal): -10415084 or 1315937. OLE color: 1315937.

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

Color convert

RGB972020-
CMYK00.790.790.62
HSL65.81%22.94%-
HSV(B)79.38%38.04%-
XYZ5.313.090.98-
YUV43.02115.01166.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=70.80%
G=14.60%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97202000.790.790.62065.8122.94
Hex61141404F4F3E04217
Octal1412424011711776010227
Binary110000110100101000100111110011111111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611414; }

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

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

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

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

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

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

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

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