#452752

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

Shades of Scarlet Gum #452752

Tints of Scarlet Gum #452752

Color information

#452752 (or 0x452752) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 52. RGB value is (69,39,82). Sum of RGB (Red+Green+Blue) = 69+39+82=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #452752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452752 is #BAD8AD. Grayscale: #343434. Windows color (decimal): -12245166 or 5384005. OLE color: 5384005.

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

Color convert

RGB693982-
CMYK0.160.5200.68
HSL281.86º35.54%23.73%-
HSV(B)281.86º52.44%32.16%-
XYZ4.73.338.38-
YUV52.87144.44139.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=36.32%
G=20.53%
B=43.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6939820.160.5200.68281.8635.5423.73
Hex452752103404411a2418
Octal10547122206401044324430
Binary10001011001111010010100001101000100010010001101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452752; }

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

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

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

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

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

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

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

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