Html Css Color HEX #45155F Scarlet Gum

📋 copy color: '#45155F'

red 69 ◦ green 21 ◦ blue 95

#45155F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #45155F

Tints of Scarlet Gum #45155F

RGB

 RED value IS 69 (27.34% from 255) = 37.3%

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 37.3%
G = 11.35%
B = 51.35%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45155F (or 0x45155F) is known color: Scarlet Gum. HEX triplet: 45, 15 and 5F. RGB value is (69,21,95). Sum of RGB (Red+Green+Blue) = 69+21+95=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #45155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45155F is #BAEAA0. Grayscale: #2B2B2B. Windows color (decimal): -12249761 or 6231365. OLE color: 6231365.

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

Color convert

RGB 69 21 95 -
CMYK 0.27 0.78 0 0.63
HSL 278.92º 0.64% 0.23% -
HSV(B) 278.92º 0.78% 0.37% -
XYZ 4.79 2.63 11.08 -
YUV 43.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 69 21 95 0.27 0.78 0 0.63 278.92 0.64 0.23
Hex 45 15 5F 1B 4E 0 3F 117 40 17
Octal 105 25 137 33 116 0 77 427 100 27
Binary 1000101 10101 1011111 11011 1001110 0 111111 100010111 1000000 10111

Color Harmonies of #45155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45155F

Black with #45155F

Text Example


Text Example

White with #45155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45155F;
 }
 .AnyTagClassName
 {
   color: #45155F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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