#4B2124

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

Shades of Bulgarian Rose #4B2124

Tints of Bulgarian Rose #4B2124

Color information

#4B2124 (or 0x4B2124) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 21 and 24. RGB value is (75,33,36). Sum of RGB (Red+Green+Blue) = 75+33+36=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2124 is #B4DEDB. Grayscale: #2D2D2D. Windows color (decimal): -11853532 or 2367819. OLE color: 2367819.

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

Color convert

RGB753336-
CMYK00.560.520.71
HSL355.71º38.89%21.18%-
HSV(B)355.71º56%29.41%-
XYZ3.762.711.99-
YUV45.9122.41148.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 36 (14.45% from 255) = 25%
R=52.08%
G=22.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75333600.560.520.71355.7138.8921.18
Hex4B212403834471642715
Octal1134144070641075444725
Binary10010111000011001000111000110100100011110110010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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