#452251

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

Shades of Scarlet Gum #452251

Tints of Scarlet Gum #452251

Color information

#452251 (or 0x452251) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 51. RGB value is (69,34,81). Sum of RGB (Red+Green+Blue) = 69+34+81=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #452251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452251 is #BADDAE. Grayscale: #313131. Windows color (decimal): -12246447 or 5317189. OLE color: 5317189.

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

Color convert

RGB693481-
CMYK0.150.5800.68
HSL284.68º40.87%22.55%-
HSV(B)284.68º58.02%31.76%-
XYZ4.5138.13-
YUV49.82145.6141.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=37.5%
G=18.48%
B=44.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6934810.150.5800.68284.6840.8722.55
Hex452251F3A04411d2917
Octal10542121177201044355127
Binary1000101100010101000111111110100100010010001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452251; }

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

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

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

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

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

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

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

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