#452C5B

Color #452C5B Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #452C5B

Tints of Scarlet Gum #452C5B

Color information

#452C5B (or 0x452C5B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2C and 5B. RGB value is (69,44,91). Sum of RGB (Red+Green+Blue) = 69+44+91=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #452C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C5B is #BAD3A4. Grayscale: #383838. Windows color (decimal): -12243877 or 5975109. OLE color: 5975109.

HSL color Cylindrical-coordinate representation of color #452C5B: hue angle of 271.91º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452C5B is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB694491-
CMYK0.240.5200.64
HSL271.91º34.81%26.47%-
HSV(B)271.91º51.65%35.69%-
XYZ5.243.8210.36-
YUV56.83147.28136.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=33.82%
G=21.57%
B=44.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6944910.240.5200.64271.9134.8126.47
Hex452C5B1834040110231a
Octal10554133306401004204332
Binary10001011011001011011110001101000100000010001000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C5B; }

 p { color: rgb(69,44,91); }

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

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

 a { background-color: rgb(69,44,91); }

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

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

 span { border-color: rgb(69,44,91); }

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