#4B232A

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

Shades of Bulgarian Rose #4B232A

Tints of Bulgarian Rose #4B232A

Color information

#4B232A (or 0x4B232A) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 23 and 2A. RGB value is (75,35,42). Sum of RGB (Red+Green+Blue) = 75+35+42=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B232A is #B4DCD5. Grayscale: #2F2F2F. Windows color (decimal): -11853014 or 2761547. OLE color: 2761547.

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

Color convert

RGB753542-
CMYK00.530.440.71
HSL349.5º36.36%21.57%-
HSV(B)349.5º53.33%29.41%-
XYZ3.922.872.54-
YUV47.76124.75147.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=49.34%
G=23.03%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75354200.530.440.71349.536.3621.57
Hex4B232A0352C4715e2416
Octal1134352065541075364426
Binary10010111000111010100110101101100100011110101111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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