#452951

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

Shades of Scarlet Gum #452951

Tints of Scarlet Gum #452951

Color information

#452951 (or 0x452951) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 51. RGB value is (69,41,81). Sum of RGB (Red+Green+Blue) = 69+41+81=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #452951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452951 is #BAD6AE. Grayscale: #353535. Windows color (decimal): -12244655 or 5318981. OLE color: 5318981.

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

Color convert

RGB694181-
CMYK0.150.4900.68
HSL282º32.79%23.92%-
HSV(B)282º49.38%31.76%-
XYZ4.733.458.2-
YUV53.93143.28138.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=36.13%
G=21.47%
B=42.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6941810.150.4900.6828232.7923.92
Hex452951F3104411a2118
Octal10551121176101044324130
Binary1000101101001101000111111100010100010010001101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452951; }

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

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

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

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

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

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

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

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