#622221

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

Shades of Red Oxide #622221

Tints of Red Oxide #622221

Color information

#622221 (or 0x622221) is unknown color: approx Red Oxide. HEX triplet: 62, 22 and 21. RGB value is (98,34,33). Sum of RGB (Red+Green+Blue) = 98+34+33=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622221 is #9DDDDE. Grayscale: #353535. Windows color (decimal): -10345951 or 2171490. OLE color: 2171490.

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

Color convert

RGB983433-
CMYK00.650.660.62
HSL0.92º49.62%25.69%-
HSV(B)0.92º66.33%38.43%-
XYZ5.883.851.87-
YUV53.02116.7160.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 33 (13.28% from 255) = 20%
R=59.39%
G=20.61%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98343300.650.660.620.9249.6225.69
Hex622221041423E1321a
Octal142424101011027616232
Binary1100010100010100001010000011000010111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622221; }

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

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

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

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

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

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

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

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