#45275F

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

Shades of Scarlet Gum #45275F

Tints of Scarlet Gum #45275F

Color information

#45275F (or 0x45275F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 5F. RGB value is (69,39,95). Sum of RGB (Red+Green+Blue) = 69+39+95=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #45275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45275F is #BAD8A0. Grayscale: #363636. Windows color (decimal): -12245153 or 6235973. OLE color: 6235973.

HSL color Cylindrical-coordinate representation of color #45275F: hue angle of 272.14º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45275F is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB693995-
CMYK0.270.5900.63
HSL272.14º41.79%26.27%-
HSV(B)272.14º58.95%37.25%-
XYZ5.253.5411.23-
YUV54.35150.94138.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=33.99%
G=19.21%
B=46.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6939950.270.5900.63272.1441.7926.27
Hex45275F1B3B03F1102a1a
Octal1054713733730774205232
Binary1000101100111101111111011111011011111110001000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45275F; }

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

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

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

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

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

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

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

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