Html Css Color HEX #44135B Scarlet Gum

📋 copy color: '#44135B'

red 68 ◦ green 19 ◦ blue 91

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

Shades of Scarlet Gum #44135B

Tints of Scarlet Gum #44135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.12%

R = 38.2%
G = 10.67%
B = 51.12%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44135B (or 0x44135B) is known color: Scarlet Gum. HEX triplet: 44, 13 and 5B. RGB value is (68,19,91). Sum of RGB (Red+Green+Blue) = 68+19+91=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #44135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135B is #BBECA4. Grayscale: #292929. Windows color (decimal): -12315813 or 5968708. OLE color: 5968708.

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

Color convert

RGB 68 19 91 -
CMYK 0.25 0.79 0 0.64
HSL 280.83º 0.65% 0.22% -
HSV(B) 280.83º 0.79% 0.36% -
XYZ 4.51 2.45 10.13 -
YUV 41.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 68 19 91 0.25 0.79 0 0.64 280.83 0.65 0.22
Hex 44 13 5B 19 4F 0 40 119 41 16
Octal 104 23 133 31 117 0 100 431 101 26
Binary 1000100 10011 1011011 11001 1001111 0 1000000 100011001 1000001 10110

Color Harmonies of #44135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44135B

Black with #44135B

Text Example


Text Example

White with #44135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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