#45265C

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

Shades of Scarlet Gum #45265C

Tints of Scarlet Gum #45265C

Color information

#45265C (or 0x45265C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 5C. RGB value is (69,38,92). Sum of RGB (Red+Green+Blue) = 69+38+92=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #45265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45265C is #BAD9A3. Grayscale: #353535. Windows color (decimal): -12245412 or 6039109. OLE color: 6039109.

HSL color Cylindrical-coordinate representation of color #45265C: hue angle of 274.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45265C is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693892-
CMYK0.250.5900.64
HSL274.44º41.54%25.49%-
HSV(B)274.44º58.7%36.08%-
XYZ5.083.4210.52-
YUV53.42149.77139.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=34.67%
G=19.10%
B=46.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6938920.250.5900.64274.4441.5425.49
Hex45265C193B0401122a19
Octal10546134317301004225231
Binary10001011001101011100110011110110100000010001001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45265C; }

 p { color: rgb(69,38,92); }

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

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

 a { background-color: rgb(69,38,92); }

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

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

 span { border-color: rgb(69,38,92); }

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