Html Css Color HEX #45135E Scarlet Gum

📋 copy color: '#45135E'

red 69 ◦ green 19 ◦ blue 94

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

Shades of Scarlet Gum #45135E

Tints of Scarlet Gum #45135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 37.91%
G = 10.44%
B = 51.65%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45135E (or 0x45135E) is known color: Scarlet Gum. HEX triplet: 45, 13 and 5E. RGB value is (69,19,94). Sum of RGB (Red+Green+Blue) = 69+19+94=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #45135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135E is #BAECA1. Grayscale: #2A2A2A. Windows color (decimal): -12250274 or 6165317. OLE color: 6165317.

HSL color Cylindrical-coordinate representation of color #45135E: hue angle of 280º degrees, saturation: 0.66, 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 #45135E is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 19 94 -
CMYK 0.27 0.80 0 0.63
HSL 280º 0.66% 0.22% -
HSV(B) 280º 0.8% 0.37% -
XYZ 4.71 2.54 10.83 -
YUV 42.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 69 19 94 0.27 0.80 0 0.63 280 0.66 0.22
Hex 45 13 5E 1B 50 0 3F 118 42 16
Octal 105 23 136 33 120 0 77 430 102 26
Binary 1000101 10011 1011110 11011 1010000 0 111111 100011000 1000010 10110

Color Harmonies of #45135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45135E

Black with #45135E

Text Example


Text Example

White with #45135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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