#452954

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

Shades of Scarlet Gum #452954

Tints of Scarlet Gum #452954

Color information

#452954 (or 0x452954) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 54. RGB value is (69,41,84). Sum of RGB (Red+Green+Blue) = 69+41+84=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #452954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452954 is #BAD6AB. Grayscale: #363636. Windows color (decimal): -12244652 or 5515589. OLE color: 5515589.

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

Color convert

RGB694184-
CMYK0.180.5100.67
HSL279.07º34.4%24.51%-
HSV(B)279.07º51.19%32.94%-
XYZ4.853.498.81-
YUV54.27144.78138.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=35.57%
G=21.13%
B=43.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6941840.180.5100.67279.0734.424.51
Hex45295412330431172219
Octal10551124226301034274231
Binary10001011010011010100100101100110100001110001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452954; }

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

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

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

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

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

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

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

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