#452455

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

Shades of Scarlet Gum #452455

Tints of Scarlet Gum #452455

Color information

#452455 (or 0x452455) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 55. RGB value is (69,36,85). Sum of RGB (Red+Green+Blue) = 69+36+85=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #452455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452455 is #BADBAA. Grayscale: #333333. Windows color (decimal): -12245931 or 5579845. OLE color: 5579845.

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

Color convert

RGB693685-
CMYK0.190.5800.67
HSL280.41º40.5%23.73%-
HSV(B)280.41º57.65%33.33%-
XYZ4.723.188.96-
YUV51.45146.93140.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=36.32%
G=18.95%
B=44.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6936850.190.5800.67280.4140.523.73
Hex452455133A0431182818
Octal10544125237201034305030
Binary10001011001001010101100111110100100001110001100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452455; }

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

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

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

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

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

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

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

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