#4C2632

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

Shades of Black Rose #4C2632

Tints of Black Rose #4C2632

Color information

#4C2632 (or 0x4C2632) is unknown color: approx Black Rose. HEX triplet: 4C, 26 and 32. RGB value is (76,38,50). Sum of RGB (Red+Green+Blue) = 76+38+50=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2632 is #B3D9CD. Grayscale: #323232. Windows color (decimal): -11786702 or 3286604. OLE color: 3286604.

HSL color Cylindrical-coordinate representation of color #4C2632: hue angle of 341.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2632 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB763850-
CMYK00.50.340.70
HSL341.05º33.33%22.35%-
HSV(B)341.05º50%29.8%-
XYZ4.253.153.4-
YUV50.73127.59146.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.34%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=46.34%
G=23.17%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76385000.50.340.70341.0533.3322.35
Hex4C263203222461552116
Octal1144662062421065254126
Binary10011001001101100100110010100010100011010101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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