#4B2429

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

Shades of Bulgarian Rose #4B2429

Tints of Bulgarian Rose #4B2429

Color information

#4B2429 (or 0x4B2429) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 24 and 29. RGB value is (75,36,41). Sum of RGB (Red+Green+Blue) = 75+36+41=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2429 is #B4DBD6. Grayscale: #303030. Windows color (decimal): -11852759 or 2696267. OLE color: 2696267.

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

Color convert

RGB753641-
CMYK00.520.450.71
HSL352.31º35.14%21.76%-
HSV(B)352.31º52%29.41%-
XYZ3.932.922.45-
YUV48.23123.92147.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=49.34%
G=23.68%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75364100.520.450.71352.3135.1421.76
Hex4B24290342D471602316
Octal1134451064551075404326
Binary10010111001001010010110100101101100011110110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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