#621103

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

Shades of Red Oxide #621103

Tints of Red Oxide #621103

Color information

#621103 (or 0x621103) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 03. RGB value is (98,17,3). Sum of RGB (Red+Green+Blue) = 98+17+3=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621103 is #9DEEFC. Grayscale: #272727. Windows color (decimal): -10350333 or 201058. OLE color: 201058.

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

Color convert

RGB98173-
CMYK00.830.970.62
HSL8.84º94.06%19.8%-
HSV(B)8.84º96.94%38.43%-
XYZ5.2530.39-
YUV39.62107.34169.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=83.05%
G=14.41%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817300.830.970.628.8494.0619.8
Hex62113053613E95e14
Octal1422130123141761113624
Binary110001010001110101001111000011111101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621103; }

 p { color: rgb(98,17,3); }

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

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

 a { background-color: rgb(98,17,3); }

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

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

 span { border-color: rgb(98,17,3); }

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