#452252

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

Shades of Scarlet Gum #452252

Tints of Scarlet Gum #452252

Color information

#452252 (or 0x452252) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 52. RGB value is (69,34,82). Sum of RGB (Red+Green+Blue) = 69+34+82=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #452252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452252 is #BADDAD. Grayscale: #313131. Windows color (decimal): -12246446 or 5382725. OLE color: 5382725.

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

Color convert

RGB693482-
CMYK0.160.5900.68
HSL283.75º41.38%22.75%-
HSV(B)283.75º58.54%32.16%-
XYZ4.553.028.33-
YUV49.94146.1141.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=37.30%
G=18.38%
B=44.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6934820.160.5900.68283.7541.3822.75
Hex452252103B04411c2917
Octal10542122207301044345127
Binary10001011000101010010100001110110100010010001110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452252; }

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

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

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

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

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

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

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

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