#621801

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

Shades of Red Oxide #621801

Tints of Red Oxide #621801

Color information

#621801 (or 0x621801) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 01. RGB value is (98,24,1). Sum of RGB (Red+Green+Blue) = 98+24+1=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621801 is #9DE7FE. Grayscale: #2B2B2B. Windows color (decimal): -10348543 or 71778. OLE color: 71778.

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

Color convert

RGB98241-
CMYK00.760.990.62
HSL14.23º97.98%19.41%-
HSV(B)14.23º98.98%38.43%-
XYZ5.373.250.37-
YUV43.5104.02166.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=79.67%
G=19.51%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824100.760.990.6214.2397.9819.41
Hex6218104C633Ee6213
Octal1423010114143761614223
Binary11000101100010100110011000111111101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621801; }

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

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

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

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

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

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

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

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