#611003

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

Shades of Red Oxide #611003

Tints of Red Oxide #611003

Color information

#611003 (or 0x611003) is unknown color: approx Red Oxide. HEX triplet: 61, 10 and 03. RGB value is (97,16,3). Sum of RGB (Red+Green+Blue) = 97+16+3=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #611003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611003 is #9EEFFC. Grayscale: #262626. Windows color (decimal): -10416125 or 200801. OLE color: 200801.

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

Color convert

RGB97163-
CMYK00.840.970.62
HSL8.3º94%19.61%-
HSV(B)8.3º96.91%38.04%-
XYZ5.132.920.38-
YUV38.74107.84169.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=83.62%
G=13.79%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9716300.840.970.628.39419.61
Hex61103054613E85e14
Octal1412030124141761013624
Binary110000110000110101010011000011111101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611003; }

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

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

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

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

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

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

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

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