#45275B

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

Shades of Scarlet Gum #45275B

Tints of Scarlet Gum #45275B

Color information

#45275B (or 0x45275B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 5B. RGB value is (69,39,91). Sum of RGB (Red+Green+Blue) = 69+39+91=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #45275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45275B is #BAD8A4. Grayscale: #353535. Windows color (decimal): -12245157 or 5973829. OLE color: 5973829.

HSL color Cylindrical-coordinate representation of color #45275B: hue angle of 274.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45275B is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693991-
CMYK0.240.5700.64
HSL274.62º40%25.49%-
HSV(B)274.62º57.14%35.69%-
XYZ5.073.4710.3-
YUV53.9148.94138.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=34.67%
G=19.60%
B=45.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6939910.240.5700.64274.624025.49
Hex45275B18390401132819
Octal10547133307101004235031
Binary10001011001111011011110001110010100000010001001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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