#4F2533

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

Shades of Black Rose #4F2533

Tints of Black Rose #4F2533

Color information

#4F2533 (or 0x4F2533) is unknown color: approx Black Rose. HEX triplet: 4F, 25 and 33. RGB value is (79,37,51). Sum of RGB (Red+Green+Blue) = 79+37+51=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2533 is #B0DACC. Grayscale: #333333. Windows color (decimal): -11590349 or 3351887. OLE color: 3351887.

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

Color convert

RGB793751-
CMYK00.530.350.69
HSL340º36.21%22.75%-
HSV(B)340º53.16%30.98%-
XYZ4.483.223.52-
YUV51.15127.91147.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=47.31%
G=22.16%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79375100.530.350.6934036.2122.75
Hex4F253303523451542417
Octal1174563065431055244427
Binary10011111001011100110110101100011100010110101010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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