#4B2226

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

Shades of Bulgarian Rose #4B2226

Tints of Bulgarian Rose #4B2226

Color information

#4B2226 (or 0x4B2226) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 22 and 26. RGB value is (75,34,38). Sum of RGB (Red+Green+Blue) = 75+34+38=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2226 is #B4DDD9. Grayscale: #2E2E2E. Windows color (decimal): -11853274 or 2499147. OLE color: 2499147.

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

Color convert

RGB753438-
CMYK00.550.490.71
HSL354.15º37.61%21.37%-
HSV(B)354.15º54.67%29.41%-
XYZ3.822.782.17-
YUV46.72123.08148.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=51.02%
G=23.13%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75343800.550.490.71354.1537.6121.37
Hex4B222603731471622615
Octal1134246067611075424625
Binary10010111000101001100110111110001100011110110001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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