#602522

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

Shades of Red Oxide #602522

Tints of Red Oxide #602522

Color information

#602522 (or 0x602522) is unknown color: approx Red Oxide. HEX triplet: 60, 25 and 22. RGB value is (96,37,34). Sum of RGB (Red+Green+Blue) = 96+37+34=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602522 is #9FDADD. Grayscale: #363636. Windows color (decimal): -10476254 or 2237792. OLE color: 2237792.

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

Color convert

RGB963734-
CMYK00.610.650.62
HSL2.9º47.69%25.49%-
HSV(B)2.9º64.58%37.65%-
XYZ5.773.931.97-
YUV54.3116.55157.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=57.49%
G=22.16%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96373400.610.650.622.947.6925.49
Hex60252203D413E33019
Octal14045420751017636031
Binary1100000100101100010011110110000011111101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602522; }

 p { color: rgb(96,37,34); }

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

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

 a { background-color: rgb(96,37,34); }

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

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

 span { border-color: rgb(96,37,34); }

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