#452454

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

Shades of Scarlet Gum #452454

Tints of Scarlet Gum #452454

Color information

#452454 (or 0x452454) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 54. RGB value is (69,36,84). Sum of RGB (Red+Green+Blue) = 69+36+84=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #452454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452454 is #BADBAB. Grayscale: #333333. Windows color (decimal): -12245932 or 5514309. OLE color: 5514309.

HSL color Cylindrical-coordinate representation of color #452454: hue angle of 281.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #452454 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB693684-
CMYK0.180.5700.67
HSL281.25º40%23.53%-
HSV(B)281.25º57.14%32.94%-
XYZ4.693.178.75-
YUV51.34146.43140.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=36.51%
G=19.05%
B=44.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6936840.180.5700.67281.254023.53
Hex45245412390431192818
Octal10544124227101034315030
Binary10001011001001010100100101110010100001110001100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452454; }

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

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

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

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

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

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

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

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