#452529

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

Shades of Bulgarian Rose #452529

Tints of Bulgarian Rose #452529

Color information

#452529 (or 0x452529) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 25 and 29. RGB value is (69,37,41). Sum of RGB (Red+Green+Blue) = 69+37+41=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452529 is #BADAD6. Grayscale: #2F2F2F. Windows color (decimal): -12245719 or 2696517. OLE color: 2696517.

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

Color convert

RGB693741-
CMYK00.460.410.73
HSL352.5º30.19%20.78%-
HSV(B)352.5º46.38%27.06%-
XYZ3.522.752.44-
YUV47.02124.6143.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=46.94%
G=25.17%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69374100.460.410.73352.530.1920.78
Hex45252902E29491601e15
Octal1054551056511115403625
Binary1000101100101101001010111010100110010011011000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452529; }

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

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

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

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

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

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

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

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