#622121

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

Shades of Red Oxide #622121

Tints of Red Oxide #622121

Color information

#622121 (or 0x622121) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 21. RGB value is (98,33,33). Sum of RGB (Red+Green+Blue) = 98+33+33=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622121 is #9DDEDE. Grayscale: #343434. Windows color (decimal): -10346207 or 2171234. OLE color: 2171234.

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

Color convert

RGB983333-
CMYK00.660.660.62
HSL49.62%25.69%-
HSV(B)66.33%38.43%-
XYZ5.863.791.86-
YUV52.44117.03160.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=59.76%
G=20.12%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333300.660.660.62049.6225.69
Hex622121042423E0321a
Octal142414101021027606232
Binary1100010100001100001010000101000010111110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622121; }

 p { color: rgb(98,33,33); }

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

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

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

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

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

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

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