#45314D

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

Shades of Scarlet Gum #45314D

Tints of Scarlet Gum #45314D

Color information

#45314D (or 0x45314D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 31 and 4D. RGB value is (69,49,77). Sum of RGB (Red+Green+Blue) = 69+49+77=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #45314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45314D is #BACEB2. Grayscale: #3A3A3A. Windows color (decimal): -12242611 or 5058885. OLE color: 5058885.

HSL color Cylindrical-coordinate representation of color #45314D: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45314D is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB694977-
CMYK0.100.3600.70
HSL282.86º22.22%24.71%-
HSV(B)282.86º36.36%30.2%-
XYZ4.8947.53-
YUV58.17138.63135.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=35.38%
G=25.13%
B=39.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6949770.100.3600.70282.8622.2224.71
Hex45314DA2404611b1619
Octal10561115124401064332631
Binary100010111000110011011010100100010001101000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45314D; }

 p { color: rgb(69,49,77); }

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

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

 a { background-color: rgb(69,49,77); }

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

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

 span { border-color: rgb(69,49,77); }

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