Html Css Color HEX #441254 Scarlet Gum

📋 copy color: '#441254'

red 68 ◦ green 18 ◦ blue 84

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

Shades of Scarlet Gum #441254

Tints of Scarlet Gum #441254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 40%
G = 10.59%
B = 49.41%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441254 (or 0x441254) is known color: Scarlet Gum. HEX triplet: 44, 12 and 54. RGB value is (68,18,84). Sum of RGB (Red+Green+Blue) = 68+18+84=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #441254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441254 is #BBEDAB. Grayscale: #282828. Windows color (decimal): -12316076 or 5509700. OLE color: 5509700.

HSL color Cylindrical-coordinate representation of color #441254: hue angle of 285.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441254 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 18 84 -
CMYK 0.19 0.79 0 0.67
HSL 285.45º 0.65% 0.2% -
HSV(B) 285.45º 0.79% 0.33% -
XYZ 4.2 2.3 8.61 -
YUV 40.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 68 18 84 0.19 0.79 0 0.67 285.45 0.65 0.2
Hex 44 12 54 13 4F 0 43 11D 41 14
Octal 104 22 124 23 117 0 103 435 101 24
Binary 1000100 10010 1010100 10011 1001111 0 1000011 100011101 1000001 10100

Color Harmonies of #441254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441254

Black with #441254

Text Example


Text Example

White with #441254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441254; }

 p { color: rgb(68,18,84); }

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

background-color css

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

 a { background-color: rgb(68,18,84); }

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

border-color css

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

 span { border-color: rgb(68,18,84); }

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