#4F2532

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

Shades of Black Rose #4F2532

Tints of Black Rose #4F2532

Color information

#4F2532 (or 0x4F2532) is unknown color: approx Black Rose. HEX triplet: 4F, 25 and 32. RGB value is (79,37,50). Sum of RGB (Red+Green+Blue) = 79+37+50=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2532 is #B0DACD. Grayscale: #333333. Windows color (decimal): -11590350 or 3286351. OLE color: 3286351.

HSL color Cylindrical-coordinate representation of color #4F2532: hue angle of 341.43º 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 #4F2532 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB793750-
CMYK00.530.370.69
HSL341.43º36.21%22.75%-
HSV(B)341.43º53.16%30.98%-
XYZ4.463.223.4-
YUV51.04127.41147.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=47.59%
G=22.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79375000.530.370.69341.4336.2122.75
Hex4F253203525451552417
Octal1174562065451055254427
Binary10011111001011100100110101100101100010110101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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