#602321

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

Shades of Red Oxide #602321

Tints of Red Oxide #602321

Color information

#602321 (or 0x602321) is unknown color: approx Red Oxide. HEX triplet: 60, 23 and 21. RGB value is (96,35,33). Sum of RGB (Red+Green+Blue) = 96+35+33=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602321 is #9FDCDE. Grayscale: #353535. Windows color (decimal): -10476767 or 2171744. OLE color: 2171744.

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

Color convert

RGB963533-
CMYK00.640.660.62
HSL1.9º48.84%25.29%-
HSV(B)1.9º65.62%37.65%-
XYZ5.73.81.87-
YUV53.01116.71158.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=58.54%
G=21.34%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96353300.640.660.621.948.8425.29
Hex602321040423E23119
Octal140434101001027626131
Binary11000001000111000010100000010000101111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602321; }

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

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

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

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

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

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

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

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