#4B2122

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

Shades of Bulgarian Rose #4B2122

Tints of Bulgarian Rose #4B2122

Color information

#4B2122 (or 0x4B2122) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 21 and 22. RGB value is (75,33,34). Sum of RGB (Red+Green+Blue) = 75+33+34=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2122 is #B4DEDD. Grayscale: #2D2D2D. Windows color (decimal): -11853534 or 2236747. OLE color: 2236747.

HSL color Cylindrical-coordinate representation of color #4B2122: hue angle of 358.57º 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 #4B2122 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB753334-
CMYK00.560.550.71
HSL358.57º38.89%21.18%-
HSV(B)358.57º56%29.41%-
XYZ3.732.71.84-
YUV45.67121.41148.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=52.82%
G=23.24%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75333400.560.550.71358.5738.8921.18
Hex4B212203837471672715
Octal1134142070671075474725
Binary10010111000011000100111000110111100011110110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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