Html Css Color HEX #441456 Scarlet Gum

📋 copy color: '#441456'

red 68 ◦ green 20 ◦ blue 86

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

Shades of Scarlet Gum #441456

Tints of Scarlet Gum #441456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 39.08%
G = 11.49%
B = 49.43%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#441456 (or 0x441456) is known color: Scarlet Gum. HEX triplet: 44, 14 and 56. RGB value is (68,20,86). Sum of RGB (Red+Green+Blue) = 68+20+86=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #441456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441456 is #BBEBA9. Grayscale: #292929. Windows color (decimal): -12315562 or 5641284. OLE color: 5641284.

HSL color Cylindrical-coordinate representation of color #441456: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441456 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 20 86 -
CMYK 0.21 0.77 0 0.66
HSL 283.64º 0.62% 0.21% -
HSV(B) 283.64º 0.77% 0.34% -
XYZ 4.31 2.4 9.04 -
YUV 41.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 68 20 86 0.21 0.77 0 0.66 283.64 0.62 0.21
Hex 44 14 56 15 4D 0 42 11C 3E 15
Octal 104 24 126 25 115 0 102 434 76 25
Binary 1000100 10100 1010110 10101 1001101 0 1000010 100011100 111110 10101

Color Harmonies of #441456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441456

Black with #441456

Text Example


Text Example

White with #441456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441456; }

 p { color: rgb(68,20,86); }

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

background-color css

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

 a { background-color: rgb(68,20,86); }

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

border-color css

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

 span { border-color: rgb(68,20,86); }

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