#452526

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

Shades of Bulgarian Rose #452526

Tints of Bulgarian Rose #452526

Color information

#452526 (or 0x452526) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 25 and 26. RGB value is (69,37,38). Sum of RGB (Red+Green+Blue) = 69+37+38=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452526 is #BADAD9. Grayscale: #2E2E2E. Windows color (decimal): -12245722 or 2499909. OLE color: 2499909.

HSL color Cylindrical-coordinate representation of color #452526: hue angle of 358.12º 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 #452526 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB693738-
CMYK00.460.450.73
HSL358.12º30.19%20.78%-
HSV(B)358.12º46.38%27.06%-
XYZ3.472.732.18-
YUV46.68123.1143.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=47.92%
G=25.69%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69373800.460.450.73358.1230.1920.78
Hex45252602E2D491661e15
Octal1054546056551115463625
Binary1000101100101100110010111010110110010011011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452526; }

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

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

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

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

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

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

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

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