#452955

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

Shades of Scarlet Gum #452955

Tints of Scarlet Gum #452955

Color information

#452955 (or 0x452955) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 55. RGB value is (69,41,85). Sum of RGB (Red+Green+Blue) = 69+41+85=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #452955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452955 is #BAD6AA. Grayscale: #363636. Windows color (decimal): -12244651 or 5581125. OLE color: 5581125.

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

Color convert

RGB694185-
CMYK0.190.5200.67
HSL278.18º34.92%24.71%-
HSV(B)278.18º51.76%33.33%-
XYZ4.893.519.01-
YUV54.39145.28138.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=35.38%
G=21.03%
B=43.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6941850.190.5200.67278.1834.9224.71
Hex45295513340431162319
Octal10551125236401034264331
Binary10001011010011010101100111101000100001110001011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452955; }

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

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

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

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

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

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

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

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