#611002

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

Shades of Red Oxide #611002

Tints of Red Oxide #611002

Color information

#611002 (or 0x611002) is unknown color: approx Red Oxide. HEX triplet: 61, 10 and 02. RGB value is (97,16,2). Sum of RGB (Red+Green+Blue) = 97+16+2=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #611002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611002 is #9EEFFD. Grayscale: #262626. Windows color (decimal): -10416126 or 135265. OLE color: 135265.

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

Color convert

RGB97162-
CMYK00.840.980.62
HSL8.84º95.96%19.41%-
HSV(B)8.84º97.94%38.04%-
XYZ5.132.920.35-
YUV38.62107.34169.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 84.35%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=84.35%
G=13.91%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9716200.840.980.628.8495.9619.41
Hex61102054623E96013
Octal1412020124142761114023
Binary110000110000100101010011000101111101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611002; }

 p { color: rgb(97,16,2); }

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

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

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

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

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

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

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