Html Css Color HEX #44135C Scarlet Gum

📋 copy color: '#44135C'

red 68 ◦ green 19 ◦ blue 92

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

Shades of Scarlet Gum #44135C

Tints of Scarlet Gum #44135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 37.99%
G = 10.61%
B = 51.4%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44135C (or 0x44135C) is known color: Scarlet Gum. HEX triplet: 44, 13 and 5C. RGB value is (68,19,92). Sum of RGB (Red+Green+Blue) = 68+19+92=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #44135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135C is #BBECA3. Grayscale: #292929. Windows color (decimal): -12315812 or 6034244. OLE color: 6034244.

HSL color Cylindrical-coordinate representation of color #44135C: hue angle of 280.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44135C is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 19 92 -
CMYK 0.26 0.79 0 0.64
HSL 280.27º 0.66% 0.22% -
HSV(B) 280.27º 0.79% 0.36% -
XYZ 4.55 2.47 10.36 -
YUV 41.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 68 19 92 0.26 0.79 0 0.64 280.27 0.66 0.22
Hex 44 13 5C 1A 4F 0 40 118 42 16
Octal 104 23 134 32 117 0 100 430 102 26
Binary 1000100 10011 1011100 11010 1001111 0 1000000 100011000 1000010 10110

Color Harmonies of #44135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44135C

Black with #44135C

Text Example


Text Example

White with #44135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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