#621301

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

Shades of Red Oxide #621301

Tints of Red Oxide #621301

Color information

#621301 (or 0x621301) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 01. RGB value is (98,19,1). Sum of RGB (Red+Green+Blue) = 98+19+1=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621301 is #9DECFE. Grayscale: #282828. Windows color (decimal): -10349823 or 70498. OLE color: 70498.

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

Color convert

RGB98191-
CMYK00.810.990.62
HSL11.13º97.98%19.41%-
HSV(B)11.13º98.98%38.43%-
XYZ5.283.060.34-
YUV40.57105.67168.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=83.05%
G=16.10%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819100.810.990.6211.1397.9819.41
Hex62131051633Eb6213
Octal1422310121143761314223
Binary11000101001110101000111000111111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621301; }

 p { color: rgb(98,19,1); }

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

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

 a { background-color: rgb(98,19,1); }

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

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

 span { border-color: rgb(98,19,1); }

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