#452025

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

Shades of Bulgarian Rose #452025

Tints of Bulgarian Rose #452025

Color information

#452025 (or 0x452025) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 20 and 25. RGB value is (69,32,37). Sum of RGB (Red+Green+Blue) = 69+32+37=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #452025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452025 is #BADFDA. Grayscale: #2B2B2B. Windows color (decimal): -12247003 or 2433093. OLE color: 2433093.

HSL color Cylindrical-coordinate representation of color #452025: hue angle of 351.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452025 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB693237-
CMYK00.540.460.73
HSL351.89º36.63%19.8%-
HSV(B)351.89º53.62%27.06%-
XYZ3.32.432.05-
YUV43.63124.26146.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=50%
G=23.19%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69323700.540.460.73351.8936.6319.8
Hex4520250362E491602514
Octal1054045066561115404524
Binary10001011000001001010110110101110100100110110000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452025; }

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

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

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

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

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

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

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

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