#482427

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

Shades of Bulgarian Rose #482427

Tints of Bulgarian Rose #482427

Color information

#482427 (or 0x482427) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 24 and 27. RGB value is (72,36,39). Sum of RGB (Red+Green+Blue) = 72+36+39=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482427 is #B7DBD8. Grayscale: #2F2F2F. Windows color (decimal): -12049369 or 2565192. OLE color: 2565192.

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

Color convert

RGB723639-
CMYK00.50.460.72
HSL355º33.33%21.18%-
HSV(B)355º50%28.24%-
XYZ3.672.792.26-
YUV47.11123.43145.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=48.98%
G=24.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72363900.50.460.7235533.3321.18
Hex4824270322E481632115
Octal1104447062561105434125
Binary10010001001001001110110010101110100100010110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482427; }

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

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

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

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

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

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

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

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