#452652

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

Shades of Scarlet Gum #452652

Tints of Scarlet Gum #452652

Color information

#452652 (or 0x452652) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 52. RGB value is (69,38,82). Sum of RGB (Red+Green+Blue) = 69+38+82=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #452652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452652 is #BAD9AD. Grayscale: #343434. Windows color (decimal): -12245422 or 5383749. OLE color: 5383749.

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

Color convert

RGB693882-
CMYK0.160.5400.68
HSL282.27º36.67%23.53%-
HSV(B)282.27º53.66%32.16%-
XYZ4.673.268.37-
YUV52.28144.77139.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=36.51%
G=20.11%
B=43.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6938820.160.5400.68282.2736.6723.53
Hex452652103604411a2518
Octal10546122206601044324530
Binary10001011001101010010100001101100100010010001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452652; }

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

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

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

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

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

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

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

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