#452328

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

Shades of Bulgarian Rose #452328

Tints of Bulgarian Rose #452328

Color information

#452328 (or 0x452328) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 23 and 28. RGB value is (69,35,40). Sum of RGB (Red+Green+Blue) = 69+35+40=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452328 is #BADCD7. Grayscale: #2D2D2D. Windows color (decimal): -12246232 or 2630469. OLE color: 2630469.

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

Color convert

RGB693540-
CMYK00.490.420.73
HSL351.18º32.69%20.39%-
HSV(B)351.18º49.28%27.06%-
XYZ3.442.622.33-
YUV45.74124.76144.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=47.92%
G=24.31%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69354000.490.420.73351.1832.6920.39
Hex4523280312A4915f2114
Octal1054350061521115374124
Binary10001011000111010000110001101010100100110101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452328; }

 p { color: rgb(69,35,40); }

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

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

 a { background-color: rgb(69,35,40); }

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

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

 span { border-color: rgb(69,35,40); }

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