#452052

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

Shades of Scarlet Gum #452052

Tints of Scarlet Gum #452052

Color information

#452052 (or 0x452052) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 52. RGB value is (69,32,82). Sum of RGB (Red+Green+Blue) = 69+32+82=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #452052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452052 is #BADFAD. Grayscale: #303030. Windows color (decimal): -12246958 or 5382213. OLE color: 5382213.

HSL color Cylindrical-coordinate representation of color #452052: hue angle of 284.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452052 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB693282-
CMYK0.160.6100.68
HSL284.4º43.86%22.35%-
HSV(B)284.4º60.98%32.16%-
XYZ4.492.918.31-
YUV48.76146.76142.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=37.70%
G=17.49%
B=44.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6932820.160.6100.68284.443.8622.35
Hex452052103D04411c2c16
Octal10540122207501044345426
Binary10001011000001010010100001111010100010010001110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452052; }

 p { color: rgb(69,32,82); }

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

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

 a { background-color: rgb(69,32,82); }

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

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

 span { border-color: rgb(69,32,82); }

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