#621001

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

Shades of Red Oxide #621001

Tints of Red Oxide #621001

Color information

#621001 (or 0x621001) is unknown color: approx Red Oxide. HEX triplet: 62, 10 and 01. RGB value is (98,16,1). Sum of RGB (Red+Green+Blue) = 98+16+1=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #621001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621001 is #9DEFFE. Grayscale: #262626. Windows color (decimal): -10350591 or 69730. OLE color: 69730.

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

Color convert

RGB98161-
CMYK00.840.990.62
HSL9.28º97.98%19.41%-
HSV(B)9.28º98.98%38.43%-
XYZ5.232.970.33-
YUV38.81106.67170.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.22%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=85.22%
G=13.91%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816100.840.990.629.2897.9819.41
Hex62101054633E96213
Octal1422010124143761114223
Binary11000101000010101010011000111111101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621001; }

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

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

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

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

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

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

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

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