#602632

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

Shades of Black Rose #602632

Tints of Black Rose #602632

Color information

#602632 (or 0x602632) is unknown color: approx Black Rose. HEX triplet: 60, 26 and 32. RGB value is (96,38,50). Sum of RGB (Red+Green+Blue) = 96+38+50=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602632 is #9FD9CD. Grayscale: #383838. Windows color (decimal): -10475982 or 3286624. OLE color: 3286624.

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

Color convert

RGB963850-
CMYK00.600.480.62
HSL347.59º43.28%26.27%-
HSV(B)347.59º60.42%37.65%-
XYZ6.094.13.49-
YUV56.71124.22156.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=52.17%
G=20.65%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96385000.600.480.62347.5943.2826.27
Hex60263203C303E15c2b1a
Octal140466207460765345332
Binary1100000100110110010011110011000011111010101110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602632; }

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

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

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

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

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

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

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

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