Html Css Color HEX #45135A Scarlet Gum

📋 copy color: '#45135A'

red 69 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #45135A

Tints of Scarlet Gum #45135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 38.76%
G = 10.67%
B = 50.56%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#45135A (or 0x45135A) is known color: Scarlet Gum. HEX triplet: 45, 13 and 5A. RGB value is (69,19,90). Sum of RGB (Red+Green+Blue) = 69+19+90=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #45135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135A is #BAECA5. Grayscale: #292929. Windows color (decimal): -12250278 or 5903173. OLE color: 5903173.

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

Color convert

RGB 69 19 90 -
CMYK 0.23 0.79 0 0.65
HSL 282.25º 0.65% 0.21% -
HSV(B) 282.25º 0.79% 0.35% -
XYZ 4.53 2.47 9.91 -
YUV 42.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 69 19 90 0.23 0.79 0 0.65 282.25 0.65 0.21
Hex 45 13 5A 17 4F 0 41 11A 41 15
Octal 105 23 132 27 117 0 101 432 101 25
Binary 1000101 10011 1011010 10111 1001111 0 1000001 100011010 1000001 10101

Color Harmonies of #45135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45135A

Black with #45135A

Text Example


Text Example

White with #45135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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