#452151

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

Shades of Scarlet Gum #452151

Tints of Scarlet Gum #452151

Color information

#452151 (or 0x452151) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 51. RGB value is (69,33,81). Sum of RGB (Red+Green+Blue) = 69+33+81=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #452151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452151 is #BADEAE. Grayscale: #313131. Windows color (decimal): -12246703 or 5316933. OLE color: 5316933.

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

Color convert

RGB693381-
CMYK0.150.5900.68
HSL285º42.11%22.35%-
HSV(B)285º59.26%31.76%-
XYZ4.482.958.12-
YUV49.24145.93142.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=37.70%
G=18.03%
B=44.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6933810.150.5900.6828542.1122.35
Hex452151F3B04411d2a16
Octal10541121177301044355226
Binary1000101100001101000111111110110100010010001110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452151; }

 p { color: rgb(69,33,81); }

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

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

 a { background-color: rgb(69,33,81); }

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

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

 span { border-color: rgb(69,33,81); }

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