#602F2F

Color #602F2F Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #602F2F

Tints of Persian Plum #602F2F

Color information

#602F2F (or 0x602F2F) is unknown color: approx Persian Plum. HEX triplet: 60, 2F and 2F. RGB value is (96,47,47). Sum of RGB (Red+Green+Blue) = 96+47+47=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #602F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F2F is #9FD0D0. Grayscale: #3D3D3D. Windows color (decimal): -10473681 or 3092320. OLE color: 3092320.

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

Color convert

RGB964747-
CMYK00.510.510.62
HSL34.27%28.04%-
HSV(B)51.04%37.65%-
XYZ6.354.733.27-
YUV61.65119.73152.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=50.53%
G=24.74%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96474700.510.510.62034.2728.04
Hex602F2F033333E0221c
Octal1405757063637604234
Binary11000001011111011110110011110011111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F2F; }

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

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

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

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

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

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

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

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