#45274E

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

Shades of Scarlet Gum #45274E

Tints of Scarlet Gum #45274E

Color information

#45274E (or 0x45274E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 4E. RGB value is (69,39,78). Sum of RGB (Red+Green+Blue) = 69+39+78=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #45274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45274E is #BAD8B1. Grayscale: #343434. Windows color (decimal): -12245170 or 5121861. OLE color: 5121861.

HSL color Cylindrical-coordinate representation of color #45274E: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45274E is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB693978-
CMYK0.120.5000.69
HSL286.15º33.33%22.94%-
HSV(B)286.15º50%30.59%-
XYZ4.553.277.6-
YUV52.42142.44139.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=37.10%
G=20.97%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6939780.120.5000.69286.1533.3322.94
Hex45274EC3204511e2117
Octal10547116146201054364127
Binary1000101100111100111011001100100100010110001111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45274E; }

 p { color: rgb(69,39,78); }

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

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

 a { background-color: rgb(69,39,78); }

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

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

 span { border-color: rgb(69,39,78); }

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