#4B2328

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

Shades of Bulgarian Rose #4B2328

Tints of Bulgarian Rose #4B2328

Color information

#4B2328 (or 0x4B2328) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 23 and 28. RGB value is (75,35,40). Sum of RGB (Red+Green+Blue) = 75+35+40=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2328 is #B4DCD7. Grayscale: #2F2F2F. Windows color (decimal): -11853016 or 2630475. OLE color: 2630475.

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

Color convert

RGB753540-
CMYK00.530.470.71
HSL352.5º36.36%21.57%-
HSV(B)352.5º53.33%29.41%-
XYZ3.892.852.35-
YUV47.53123.75147.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=50%
G=23.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75354000.530.470.71352.536.3621.57
Hex4B23280352F471602416
Octal1134350065571075404426
Binary10010111000111010000110101101111100011110110000010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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