#482227

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

Shades of Bulgarian Rose #482227

Tints of Bulgarian Rose #482227

Color information

#482227 (or 0x482227) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 22 and 27. RGB value is (72,34,39). Sum of RGB (Red+Green+Blue) = 72+34+39=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482227 is #B7DDD8. Grayscale: #2D2D2D. Windows color (decimal): -12049881 or 2564680. OLE color: 2564680.

HSL color Cylindrical-coordinate representation of color #482227: hue angle of 352.11º 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 #482227 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB723439-
CMYK00.530.460.72
HSL352.11º35.85%20.78%-
HSV(B)352.11º52.78%28.24%-
XYZ3.612.672.24-
YUV45.93124.09146.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 39 (15.62% from 255) = 26.90%
R=49.66%
G=23.45%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72343900.530.460.72352.1135.8520.78
Hex4822270352E481602415
Octal1104247065561105404425
Binary10010001000101001110110101101110100100010110000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482227; }

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

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

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

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

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

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

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

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