#482228

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

Shades of Bulgarian Rose #482228

Tints of Bulgarian Rose #482228

Color information

#482228 (or 0x482228) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 22 and 28. RGB value is (72,34,40). Sum of RGB (Red+Green+Blue) = 72+34+40=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482228 is #B7DDD7. Grayscale: #2E2E2E. Windows color (decimal): -12049880 or 2630216. OLE color: 2630216.

HSL color Cylindrical-coordinate representation of color #482228: hue angle of 350.53º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482228 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB723440-
CMYK00.530.440.72
HSL350.53º35.85%20.78%-
HSV(B)350.53º52.78%28.24%-
XYZ3.632.672.33-
YUV46.05124.59146.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=49.32%
G=23.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72344000.530.440.72350.5335.8520.78
Hex4822280352C4815f2415
Octal1104250065541105374425
Binary10010001000101010000110101101100100100010101111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482228; }

 p { color: rgb(72,34,40); }

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

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

 a { background-color: rgb(72,34,40); }

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

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

 span { border-color: rgb(72,34,40); }

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