#482025

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

Shades of Bulgarian Rose #482025

Tints of Bulgarian Rose #482025

Color information

#482025 (or 0x482025) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 20 and 25. RGB value is (72,32,37). Sum of RGB (Red+Green+Blue) = 72+32+37=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482025 is #B7DFDA. Grayscale: #2C2C2C. Windows color (decimal): -12050395 or 2433096. OLE color: 2433096.

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

Color convert

RGB723237-
CMYK00.560.490.72
HSL352.5º38.46%20.39%-
HSV(B)352.5º55.56%28.24%-
XYZ3.522.542.06-
YUV44.53123.75147.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=51.06%
G=22.70%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72323700.560.490.72352.538.4620.39
Hex48202503831481602614
Octal1104045070611105404624
Binary10010001000001001010111000110001100100010110000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482025; }

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

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

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

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

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

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

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

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