#4F2935

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

Shades of Black Rose #4F2935

Tints of Black Rose #4F2935

Color information

#4F2935 (or 0x4F2935) is unknown color: approx Black Rose. HEX triplet: 4F, 29 and 35. RGB value is (79,41,53). Sum of RGB (Red+Green+Blue) = 79+41+53=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2935 is #B0D6CA. Grayscale: #353535. Windows color (decimal): -11589323 or 3483983. OLE color: 3483983.

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

Color convert

RGB794153-
CMYK00.480.330.69
HSL341.05º31.67%23.53%-
HSV(B)341.05º48.1%30.98%-
XYZ4.663.513.8-
YUV53.73127.59146.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=45.66%
G=23.70%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79415300.480.330.69341.0531.6723.53
Hex4F293503021451552018
Octal1175165060411055254030
Binary10011111010011101010110000100001100010110101010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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