#621401

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

Shades of Red Oxide #621401

Tints of Red Oxide #621401

Color information

#621401 (or 0x621401) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 01. RGB value is (98,20,1). Sum of RGB (Red+Green+Blue) = 98+20+1=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621401 is #9DEBFE. Grayscale: #292929. Windows color (decimal): -10349567 or 70754. OLE color: 70754.

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

Color convert

RGB98201-
CMYK00.800.990.62
HSL11.75º97.98%19.41%-
HSV(B)11.75º98.98%38.43%-
XYZ5.293.10.35-
YUV41.16105.34168.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=82.35%
G=16.81%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9820100.800.990.6211.7597.9819.41
Hex62141050633Ec6213
Octal1422410120143761414223
Binary11000101010010101000011000111111101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621401; }

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

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

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

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

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

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

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

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