#611A15

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

Shades of Red Oxide #611A15

Tints of Red Oxide #611A15

Color information

#611A15 (or 0x611A15) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 15. RGB value is (97,26,21). Sum of RGB (Red+Green+Blue) = 97+26+21=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A15 is #9EE5EA. Grayscale: #2E2E2E. Windows color (decimal): -10413547 or 1383009. OLE color: 1383009.

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

Color convert

RGB972621-
CMYK00.730.780.62
HSL3.95º64.41%23.14%-
HSV(B)3.95º78.35%38.04%-
XYZ5.433.331.07-
YUV46.66113.52163.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=67.36%
G=18.06%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97262100.730.780.623.9564.4123.14
Hex611A150494E3E44017
Octal1413225011111676410027
Binary11000011101010101010010011001110111110100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A15; }

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

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

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

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

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

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

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

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