#452355

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

Shades of Scarlet Gum #452355

Tints of Scarlet Gum #452355

Color information

#452355 (or 0x452355) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 55. RGB value is (69,35,85). Sum of RGB (Red+Green+Blue) = 69+35+85=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #452355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452355 is #BADCAA. Grayscale: #323232. Windows color (decimal): -12246187 or 5579589. OLE color: 5579589.

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

Color convert

RGB693585-
CMYK0.190.5900.67
HSL280.8º41.67%23.53%-
HSV(B)280.8º58.82%33.33%-
XYZ4.693.128.95-
YUV50.87147.26140.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=36.51%
G=18.52%
B=44.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6935850.190.5900.67280.841.6723.53
Hex452355133B0431192a18
Octal10543125237301034315230
Binary10001011000111010101100111110110100001110001100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452355; }

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

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

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

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

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

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

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

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