#602523

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

Shades of Red Oxide #602523

Tints of Red Oxide #602523

Color information

#602523 (or 0x602523) is unknown color: approx Red Oxide. HEX triplet: 60, 25 and 23. RGB value is (96,37,35). Sum of RGB (Red+Green+Blue) = 96+37+35=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602523 is #9FDADC. Grayscale: #363636. Windows color (decimal): -10476253 or 2303328. OLE color: 2303328.

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

Color convert

RGB963735-
CMYK00.610.640.62
HSL1.97º46.56%25.69%-
HSV(B)1.97º63.54%37.65%-
XYZ5.793.932.04-
YUV54.41117.05157.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 35 (14.06% from 255) = 20.83%
R=57.14%
G=22.02%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96373500.610.640.621.9746.5625.69
Hex60252303D403E22f1a
Octal14045430751007625732
Binary1100000100101100011011110110000001111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602523; }

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

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

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

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

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

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

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

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