Html Css Color HEX #441052 Scarlet Gum

📋 copy color: '#441052'

red 68 ◦ green 16 ◦ blue 82

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

Shades of Scarlet Gum #441052

Tints of Scarlet Gum #441052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 40.96%
G = 9.64%
B = 49.4%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#441052 (or 0x441052) is known color: Scarlet Gum. HEX triplet: 44, 10 and 52. RGB value is (68,16,82). Sum of RGB (Red+Green+Blue) = 68+16+82=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #441052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441052 is #BBEFAD. Grayscale: #262626. Windows color (decimal): -12316590 or 5378116. OLE color: 5378116.

HSL color Cylindrical-coordinate representation of color #441052: hue angle of 287.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441052 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 16 82 -
CMYK 0.17 0.80 0 0.68
HSL 287.27º 0.67% 0.19% -
HSV(B) 287.27º 0.8% 0.32% -
XYZ 4.09 2.21 8.19 -
YUV 39.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 68 16 82 0.17 0.80 0 0.68 287.27 0.67 0.19
Hex 44 10 52 11 50 0 44 11F 43 13
Octal 104 20 122 21 120 0 104 437 103 23
Binary 1000100 10000 1010010 10001 1010000 0 1000100 100011111 1000011 10011

Color Harmonies of #441052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441052

Black with #441052

Text Example


Text Example

White with #441052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441052; }

 p { color: rgb(68,16,82); }

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

background-color css

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

 a { background-color: rgb(68,16,82); }

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

border-color css

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

 span { border-color: rgb(68,16,82); }

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