#621603

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

Shades of Red Oxide #621603

Tints of Red Oxide #621603

Color information

#621603 (or 0x621603) is unknown color: approx Red Oxide. HEX triplet: 62, 16 and 03. RGB value is (98,22,3). Sum of RGB (Red+Green+Blue) = 98+22+3=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621603 is #9DE9FC. Grayscale: #2A2A2A. Windows color (decimal): -10349053 or 202338. OLE color: 202338.

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

Color convert

RGB98223-
CMYK00.780.970.62
HSL12º94.06%19.8%-
HSV(B)12º96.94%38.43%-
XYZ5.343.180.42-
YUV42.56105.68167.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=79.67%
G=17.89%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822300.780.970.621294.0619.8
Hex6216304E613Ec5e14
Octal1422630116141761413624
Binary110001010110110100111011000011111101100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621603; }

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

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

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

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

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

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

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

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