#4B2329

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

Shades of Bulgarian Rose #4B2329

Tints of Bulgarian Rose #4B2329

Color information

#4B2329 (or 0x4B2329) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 23 and 29. RGB value is (75,35,41). Sum of RGB (Red+Green+Blue) = 75+35+41=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2329 is #B4DCD6. Grayscale: #2F2F2F. Windows color (decimal): -11853015 or 2696011. OLE color: 2696011.

HSL color Cylindrical-coordinate representation of color #4B2329: hue angle of 351º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2329 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB753541-
CMYK00.530.450.71
HSL351º36.36%21.57%-
HSV(B)351º53.33%29.41%-
XYZ3.92.862.44-
YUV47.64124.25147.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=49.67%
G=23.18%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75354100.530.450.7135136.3621.57
Hex4B23290352D4715f2416
Octal1134351065551075374426
Binary10010111000111010010110101101101100011110101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,35,41); }

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

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

 a { background-color: rgb(75,35,41); }

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

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

 span { border-color: rgb(75,35,41); }

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