#482024

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

Shades of Bulgarian Rose #482024

Tints of Bulgarian Rose #482024

Color information

#482024 (or 0x482024) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 20 and 24. RGB value is (72,32,36). Sum of RGB (Red+Green+Blue) = 72+32+36=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482024 is #B7DFDB. Grayscale: #2C2C2C. Windows color (decimal): -12050396 or 2367560. OLE color: 2367560.

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

Color convert

RGB723236-
CMYK00.560.50.72
HSL354º38.46%20.39%-
HSV(B)354º55.56%28.24%-
XYZ3.512.541.97-
YUV44.42123.25147.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=51.43%
G=22.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72323600.560.50.7235438.4620.39
Hex48202403832481622614
Octal1104044070621105424624
Binary10010001000001001000111000110010100100010110001010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482024; }

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

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

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

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

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

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

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

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