#622119

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

Shades of Red Oxide #622119

Tints of Red Oxide #622119

Color information

#622119 (or 0x622119) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 19. RGB value is (98,33,25). Sum of RGB (Red+Green+Blue) = 98+33+25=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622119 is #9DDEE6. Grayscale: #333333. Windows color (decimal): -10346215 or 1646946. OLE color: 1646946.

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

Color convert

RGB983325-
CMYK00.660.740.62
HSL6.58º59.35%24.12%-
HSV(B)6.58º74.49%38.43%-
XYZ5.763.751.34-
YUV51.52113.03161.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=62.82%
G=21.15%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98332500.660.740.626.5859.3524.12
Hex6221190424A3E73b18
Octal142413101021127677330
Binary11000101000011100101000010100101011111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622119; }

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

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

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

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

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

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

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

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