#452354

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

Shades of Scarlet Gum #452354

Tints of Scarlet Gum #452354

Color information

#452354 (or 0x452354) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 54. RGB value is (69,35,84). Sum of RGB (Red+Green+Blue) = 69+35+84=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #452354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452354 is #BADCAB. Grayscale: #323232. Windows color (decimal): -12246188 or 5514053. OLE color: 5514053.

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

Color convert

RGB693584-
CMYK0.180.5800.67
HSL281.63º41.18%23.33%-
HSV(B)281.63º58.33%32.94%-
XYZ4.663.118.74-
YUV50.75146.76141.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=36.70%
G=18.62%
B=44.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6935840.180.5800.67281.6341.1823.33
Hex452354123A04311a2917
Octal10543124227201034325127
Binary10001011000111010100100101110100100001110001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452354; }

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

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

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

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

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

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

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

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