#45135D

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

Shades of Scarlet Gum #45135D

Tints of Scarlet Gum #45135D

Color information

#45135D (or 0x45135D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 5D. RGB value is (69,19,93). Sum of RGB (Red+Green+Blue) = 69+19+93=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #45135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135D is #BAECA2. Grayscale: #2A2A2A. Windows color (decimal): -12250275 or 6099781. OLE color: 6099781.

HSL color Cylindrical-coordinate representation of color #45135D: hue angle of 280.54º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45135D is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB691993-
CMYK0.260.8000.64
HSL280.54º66.07%21.96%-
HSV(B)280.54º79.57%36.47%-
XYZ4.662.5210.6-
YUV42.39156.56146.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=38.12%
G=10.50%
B=51.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6919930.260.8000.64280.5466.0721.96
Hex45135D1A500401194216
Octal1052313532120010043110226
Binary100010110011101110111010101000001000000100011001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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