#602532

Color #602532 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #602532

Tints of Black Rose #602532

Color information

#602532 (or 0x602532) is unknown color: approx Black Rose. HEX triplet: 60, 25 and 32. RGB value is (96,37,50). Sum of RGB (Red+Green+Blue) = 96+37+50=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602532 is #9FDACD. Grayscale: #383838. Windows color (decimal): -10476238 or 3286368. OLE color: 3286368.

HSL color Cylindrical-coordinate representation of color #602532: hue angle of 346.78º 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 #602532 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB963750-
CMYK00.610.480.62
HSL346.78º44.36%26.08%-
HSV(B)346.78º61.46%37.65%-
XYZ6.064.043.48-
YUV56.12124.55156.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=52.46%
G=20.22%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96375000.610.480.62346.7844.3626.08
Hex60253203D303E15b2c1a
Octal140456207560765335432
Binary1100000100101110010011110111000011111010101101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602532; }

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

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

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

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

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

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

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

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