Html Css Color HEX #45195A Scarlet Gum

📋 copy color: '#45195A'

red 69 ◦ green 25 ◦ blue 90

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

Shades of Scarlet Gum #45195A

Tints of Scarlet Gum #45195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 37.5%
G = 13.59%
B = 48.91%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#45195A (or 0x45195A) is known color: Scarlet Gum. HEX triplet: 45, 19 and 5A. RGB value is (69,25,90). Sum of RGB (Red+Green+Blue) = 69+25+90=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #45195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45195A is #BAE6A5. Grayscale: #2D2D2D. Windows color (decimal): -12248742 or 5904709. OLE color: 5904709.

HSL color Cylindrical-coordinate representation of color #45195A: hue angle of 280.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45195A is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 25 90 -
CMYK 0.23 0.72 0 0.65
HSL 280.62º 0.57% 0.23% -
HSV(B) 280.62º 0.72% 0.35% -
XYZ 4.65 2.7 9.95 -
YUV 45.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 69 25 90 0.23 0.72 0 0.65 280.62 0.57 0.23
Hex 45 19 5A 17 48 0 41 119 39 17
Octal 105 31 132 27 110 0 101 431 71 27
Binary 1000101 11001 1011010 10111 1001000 0 1000001 100011001 111001 10111

Color Harmonies of #45195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45195A

Black with #45195A

Text Example


Text Example

White with #45195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45195A; }

 p { color: rgb(69,25,90); }

 H1.HeaderClassName
 {
   color: #45195A;
 }
 .AnyTagClassName
 {
   color: #45195A;
 }
</style>

background-color css

<style>
 a { background-color: #45195A; }

 a { background-color: rgb(69,25,90); }

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

border-color css

<style>
 span { border-color: #45195A; }

 span { border-color: rgb(69,25,90); }

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