#452324

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

Shades of Bulgarian Rose #452324

Tints of Bulgarian Rose #452324

Color information

#452324 (or 0x452324) is unknown color: approx Bulgarian Rose. HEX triplet: 45, 23 and 24. RGB value is (69,35,36). Sum of RGB (Red+Green+Blue) = 69+35+36=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #452324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452324 is #BADCDB. Grayscale: #2D2D2D. Windows color (decimal): -12246236 or 2368325. OLE color: 2368325.

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

Color convert

RGB693536-
CMYK00.490.480.73
HSL358.24º32.69%20.39%-
HSV(B)358.24º49.28%27.06%-
XYZ3.372.591.99-
YUV45.28122.76144.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=49.29%
G=25%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69353600.490.480.73358.2432.6920.39
Hex45232403130491662114
Octal1054344061601115464124
Binary10001011000111001000110001110000100100110110011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452324; }

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

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

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

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

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

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

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

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