Html Css Color HEX #441D57 Scarlet Gum

📋 copy color: '#441D57'

red 68 ◦ green 29 ◦ blue 87

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

Shades of Scarlet Gum #441D57

Tints of Scarlet Gum #441D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.76%

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 36.96%
G = 15.76%
B = 47.28%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#441D57 (or 0x441D57) is known color: Scarlet Gum. HEX triplet: 44, 1D and 57. RGB value is (68,29,87). Sum of RGB (Red+Green+Blue) = 68+29+87=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #441D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D57 is #BBE2A8. Grayscale: #2F2F2F. Windows color (decimal): -12313257 or 5709124. OLE color: 5709124.

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

Color convert

RGB 68 29 87 -
CMYK 0.22 0.67 0 0.66
HSL 280.34º 0.5% 0.23% -
HSV(B) 280.34º 0.67% 0.34% -
XYZ 4.54 2.8 9.32 -
YUV 47.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 68 29 87 0.22 0.67 0 0.66 280.34 0.5 0.23
Hex 44 1D 57 16 43 0 42 118 32 17
Octal 104 35 127 26 103 0 102 430 62 27
Binary 1000100 11101 1010111 10110 1000011 0 1000010 100011000 110010 10111

Color Harmonies of #441D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D57

Black with #441D57

Text Example


Text Example

White with #441D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,29,87); }

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

background-color css

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

 a { background-color: rgb(68,29,87); }

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

border-color css

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

 span { border-color: rgb(68,29,87); }

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