#602625

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

Shades of Red Oxide #602625

Tints of Red Oxide #602625

Color information

#602625 (or 0x602625) is unknown color: approx Red Oxide. HEX triplet: 60, 26 and 25. RGB value is (96,38,37). Sum of RGB (Red+Green+Blue) = 96+38+37=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602625 is #9FD9DA. Grayscale: #373737. Windows color (decimal): -10475995 or 2434656. OLE color: 2434656.

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

Color convert

RGB963837-
CMYK00.600.610.62
HSL1.02º44.36%26.08%-
HSV(B)1.02º61.46%37.65%-
XYZ5.854.012.22-
YUV55.23117.72157.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=56.14%
G=22.22%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96383700.600.610.621.0244.3626.08
Hex60262503C3D3E12c1a
Octal1404645074757615432
Binary11000001001101001010111100111101111110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602625; }

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

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

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

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

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

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

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

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