#452451

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

Shades of Scarlet Gum #452451

Tints of Scarlet Gum #452451

Color information

#452451 (or 0x452451) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 51. RGB value is (69,36,81). Sum of RGB (Red+Green+Blue) = 69+36+81=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #452451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452451 is #BADBAE. Grayscale: #323232. Windows color (decimal): -12245935 or 5317701. OLE color: 5317701.

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

Color convert

RGB693681-
CMYK0.150.5600.68
HSL284º38.46%22.94%-
HSV(B)284º55.56%31.76%-
XYZ4.573.128.15-
YUV51144.93140.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=37.10%
G=19.35%
B=43.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6936810.150.5600.6828438.4622.94
Hex452451F3804411c2617
Octal10544121177001044344627
Binary1000101100100101000111111110000100010010001110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452451; }

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

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

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

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

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

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

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

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