#622422

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

Shades of Red Oxide #622422

Tints of Red Oxide #622422

Color information

#622422 (or 0x622422) is unknown color: approx Red Oxide. HEX triplet: 62, 24 and 22. RGB value is (98,36,34). Sum of RGB (Red+Green+Blue) = 98+36+34=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622422 is #9DDBDD. Grayscale: #363636. Windows color (decimal): -10345438 or 2237538. OLE color: 2237538.

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

Color convert

RGB983634-
CMYK00.630.650.62
HSL1.88º48.48%25.88%-
HSV(B)1.88º65.31%38.43%-
XYZ5.963.971.97-
YUV54.31116.54159.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=58.33%
G=21.43%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98363400.630.650.621.8848.4825.88
Hex62242203F413E2301a
Octal14244420771017626032
Binary1100010100100100010011111110000011111101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622422; }

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

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

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

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

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

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

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

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