Html Css Color HEX #441E4E Scarlet Gum

📋 copy color: '#441E4E'

red 68 ◦ green 30 ◦ blue 78

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

Shades of Scarlet Gum #441E4E

Tints of Scarlet Gum #441E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 38.64%
G = 17.05%
B = 44.32%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441E4E (or 0x441E4E) is known color: Scarlet Gum. HEX triplet: 44, 1E and 4E. RGB value is (68,30,78). Sum of RGB (Red+Green+Blue) = 68+30+78=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #441E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E4E is #BBE1B1. Grayscale: #2E2E2E. Windows color (decimal): -12313010 or 5119556. OLE color: 5119556.

HSL color Cylindrical-coordinate representation of color #441E4E: hue angle of 287.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441E4E is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 30 78 -
CMYK 0.13 0.62 0 0.69
HSL 287.5º 0.44% 0.21% -
HSV(B) 287.5º 0.62% 0.31% -
XYZ 4.22 2.71 7.51 -
YUV 46.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 68 30 78 0.13 0.62 0 0.69 287.5 0.44 0.21
Hex 44 1E 4E D 3E 0 45 120 2C 15
Octal 104 36 116 15 76 0 105 440 54 25
Binary 1000100 11110 1001110 1101 111110 0 1000101 100100000 101100 10101

Color Harmonies of #441E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E4E

Black with #441E4E

Text Example


Text Example

White with #441E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E4E; }

 p { color: rgb(68,30,78); }

 H1.HeaderClassName
 {
   color: #441E4E;
 }
 .AnyTagClassName
 {
   color: #441E4E;
 }
</style>

background-color css

<style>
 a { background-color: #441E4E; }

 a { background-color: rgb(68,30,78); }

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

border-color css

<style>
 span { border-color: #441E4E; }

 span { border-color: rgb(68,30,78); }

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