#622524

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

Shades of Red Oxide #622524

Tints of Red Oxide #622524

Color information

#622524 (or 0x622524) is unknown color: approx Red Oxide. HEX triplet: 62, 25 and 24. RGB value is (98,37,36). Sum of RGB (Red+Green+Blue) = 98+37+36=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622524 is #9DDADB. Grayscale: #373737. Windows color (decimal): -10345180 or 2368866. OLE color: 2368866.

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

Color convert

RGB983736-
CMYK00.620.630.62
HSL0.97º46.27%26.27%-
HSV(B)0.97º63.27%38.43%-
XYZ6.024.052.13-
YUV55.12117.21158.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=57.31%
G=21.64%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98373600.620.630.620.9746.2726.27
Hex62252403E3F3E12e1a
Octal1424544076777615632
Binary11000101001011001000111110111111111110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622524; }

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

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

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

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

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

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

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

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