Html Css Color HEX #44135A Scarlet Gum

📋 copy color: '#44135A'

red 68 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #44135A

Tints of Scarlet Gum #44135A

RGB

 RED value IS 68 (26.95% from 255) = 38.42%

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

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

R = 38.42%
G = 10.73%
B = 50.85%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44135A (or 0x44135A) is known color: Scarlet Gum. HEX triplet: 44, 13 and 5A. RGB value is (68,19,90). Sum of RGB (Red+Green+Blue) = 68+19+90=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #44135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135A is #BBECA5. Grayscale: #292929. Windows color (decimal): -12315814 or 5903172. OLE color: 5903172.

HSL color Cylindrical-coordinate representation of color #44135A: hue angle of 281.41º 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 #44135A is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 19 90 -
CMYK 0.24 0.79 0 0.65
HSL 281.41º 0.65% 0.21% -
HSV(B) 281.41º 0.79% 0.35% -
XYZ 4.46 2.43 9.91 -
YUV 41.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 68 19 90 0.24 0.79 0 0.65 281.41 0.65 0.21
Hex 44 13 5A 18 4F 0 41 119 41 15
Octal 104 23 132 30 117 0 101 431 101 25
Binary 1000100 10011 1011010 11000 1001111 0 1000001 100011001 1000001 10101

Color Harmonies of #44135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44135A

Black with #44135A

Text Example


Text Example

White with #44135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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