Html Css Color HEX #441F56 Scarlet Gum

📋 copy color: '#441F56'

red 68 ◦ green 31 ◦ blue 86

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

Shades of Scarlet Gum #441F56

Tints of Scarlet Gum #441F56

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.76%

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

R = 36.76%
G = 16.76%
B = 46.49%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#441F56 (or 0x441F56) is known color: Scarlet Gum. HEX triplet: 44, 1F and 56. RGB value is (68,31,86). Sum of RGB (Red+Green+Blue) = 68+31+86=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #441F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F56 is #BBE0A9. Grayscale: #303030. Windows color (decimal): -12312746 or 5644100. OLE color: 5644100.

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

Color convert

RGB 68 31 86 -
CMYK 0.21 0.64 0 0.66
HSL 280.36º 0.47% 0.23% -
HSV(B) 280.36º 0.64% 0.34% -
XYZ 4.55 2.88 9.12 -
YUV 48.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 68 31 86 0.21 0.64 0 0.66 280.36 0.47 0.23
Hex 44 1F 56 15 40 0 42 118 2F 17
Octal 104 37 126 25 100 0 102 430 57 27
Binary 1000100 11111 1010110 10101 1000000 0 1000010 100011000 101111 10111

Color Harmonies of #441F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F56

Black with #441F56

Text Example


Text Example

White with #441F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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