#4F2535

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

Shades of Black Rose #4F2535

Tints of Black Rose #4F2535

Color information

#4F2535 (or 0x4F2535) is unknown color: approx Black Rose. HEX triplet: 4F, 25 and 35. RGB value is (79,37,53). Sum of RGB (Red+Green+Blue) = 79+37+53=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2535 is #B0DACA. Grayscale: #333333. Windows color (decimal): -11590347 or 3482959. OLE color: 3482959.

HSL color Cylindrical-coordinate representation of color #4F2535: hue angle of 337.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2535 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB793753-
CMYK00.530.330.69
HSL337.14º36.21%22.75%-
HSV(B)337.14º53.16%30.98%-
XYZ4.533.243.76-
YUV51.38128.91147.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=46.75%
G=21.89%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79375300.530.330.69337.1436.2122.75
Hex4F253503521451512417
Octal1174565065411055214427
Binary10011111001011101010110101100001100010110101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2535; }

 p { color: rgb(79,37,53); }

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

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

 a { background-color: rgb(79,37,53); }

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

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

 span { border-color: rgb(79,37,53); }

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