#452755

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

Shades of Scarlet Gum #452755

Tints of Scarlet Gum #452755

Color information

#452755 (or 0x452755) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 55. RGB value is (69,39,85). Sum of RGB (Red+Green+Blue) = 69+39+85=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #452755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452755 is #BAD8AA. Grayscale: #353535. Windows color (decimal): -12245163 or 5580613. OLE color: 5580613.

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

Color convert

RGB693985-
CMYK0.190.5400.67
HSL279.13º37.1%24.31%-
HSV(B)279.13º54.12%33.33%-
XYZ4.823.378.99-
YUV53.21145.94139.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=35.75%
G=20.21%
B=44.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6939850.190.5400.67279.1337.124.31
Hex45275513360431172518
Octal10547125236601034274530
Binary10001011001111010101100111101100100001110001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452755; }

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

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

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

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

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

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

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

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