#45135F

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

Shades of Scarlet Gum #45135F

Tints of Scarlet Gum #45135F

Color information

#45135F (or 0x45135F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 5F. RGB value is (69,19,95). Sum of RGB (Red+Green+Blue) = 69+19+95=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #45135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135F is #BAECA0. Grayscale: #2A2A2A. Windows color (decimal): -12250273 or 6230853. OLE color: 6230853.

HSL color Cylindrical-coordinate representation of color #45135F: hue angle of 279.47º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45135F is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB691995-
CMYK0.270.8000.63
HSL279.47º66.67%22.35%-
HSV(B)279.47º80%37.25%-
XYZ4.752.5611.07-
YUV42.61157.56146.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=37.70%
G=10.38%
B=51.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6919950.270.8000.63279.4766.6722.35
Hex45135F1B5003F1174316
Octal105231373312007742710326
Binary10001011001110111111101110100000111111100010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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