#611500

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

Shades of Red Oxide #611500

Tints of Red Oxide #611500

Color information

#611500 (or 0x611500) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 00. RGB value is (97,21,0). Sum of RGB (Red+Green+Blue) = 97+21+0=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #611500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611500 is #9EEAFF. Grayscale: #292929. Windows color (decimal): -10414848 or 5473. OLE color: 5473.

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

Color convert

RGB97210-
CMYK00.7810.62
HSL12.99º100%19.02%-
HSV(B)12.99º100%38.04%-
XYZ5.23.080.32-
YUV41.33104.68167.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.20%
G=17.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9721000.7810.6212.9910019.02
Hex6115004E643Ed6413
Octal1412500116144761514423
Binary11000011010100100111011001001111101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611500; }

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

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

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

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

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

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

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

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