#452C5A

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

Shades of Scarlet Gum #452C5A

Tints of Scarlet Gum #452C5A

Color information

#452C5A (or 0x452C5A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2C and 5A. RGB value is (69,44,90). Sum of RGB (Red+Green+Blue) = 69+44+90=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #452C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C5A is #BAD3A5. Grayscale: #383838. Windows color (decimal): -12243878 or 5909573. OLE color: 5909573.

HSL color Cylindrical-coordinate representation of color #452C5A: hue angle of 272.61º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452C5A is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB694490-
CMYK0.230.5100.65
HSL272.61º34.33%26.27%-
HSV(B)272.61º51.11%35.29%-
XYZ5.23.810.13-
YUV56.72146.78136.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=33.99%
G=21.67%
B=44.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6944900.230.5100.65272.6134.3326.27
Hex452C5A1733041111221a
Octal10554132276301014214232
Binary10001011011001011010101111100110100000110001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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