#602727

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

Shades of Red Oxide #602727

Tints of Red Oxide #602727

Color information

#602727 (or 0x602727) is unknown color: approx Red Oxide. HEX triplet: 60, 27 and 27. RGB value is (96,39,39). Sum of RGB (Red+Green+Blue) = 96+39+39=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602727 is #9FD8D8. Grayscale: #383838. Windows color (decimal): -10475737 or 2565984. OLE color: 2565984.

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

Color convert

RGB963939-
CMYK00.590.590.62
HSL42.22%26.47%-
HSV(B)59.38%37.65%-
XYZ5.924.082.4-
YUV56.04118.38156.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=55.17%
G=22.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96393900.590.590.62042.2226.47
Hex60272703B3B3E02a1a
Octal1404747073737605232
Binary11000001001111001110111011111011111110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602727; }

 p { color: rgb(96,39,39); }

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

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

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

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

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

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

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