#452555

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

Shades of Scarlet Gum #452555

Tints of Scarlet Gum #452555

Color information

#452555 (or 0x452555) is unknown color: approx Scarlet Gum. HEX triplet: 45, 25 and 55. RGB value is (69,37,85). Sum of RGB (Red+Green+Blue) = 69+37+85=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #452555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452555 is #BADAAA. Grayscale: #333333. Windows color (decimal): -12245675 or 5580101. OLE color: 5580101.

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

Color convert

RGB693785-
CMYK0.190.5600.67
HSL280º39.34%23.92%-
HSV(B)280º56.47%33.33%-
XYZ4.763.248.97-
YUV52.04146.6140.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=36.13%
G=19.37%
B=44.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6937850.190.5600.6728039.3423.92
Hex45255513380431182718
Octal10545125237001034304730
Binary10001011001011010101100111110000100001110001100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452555; }

 p { color: rgb(69,37,85); }

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

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

 a { background-color: rgb(69,37,85); }

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

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

 span { border-color: rgb(69,37,85); }

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