Html Css Color HEX #411250 Scarlet Gum

📋 copy color: '#411250'

red 65 ◦ green 18 ◦ blue 80

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

Shades of Scarlet Gum #411250

Tints of Scarlet Gum #411250

RGB

 RED value IS 65 (25.78% from 255) = 39.88%

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

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 39.88%
G = 11.04%
B = 49.08%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411250 (or 0x411250) is known color: Scarlet Gum. HEX triplet: 41, 12 and 50. RGB value is (65,18,80). Sum of RGB (Red+Green+Blue) = 65+18+80=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #411250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411250 is #BEEDAF. Grayscale: #262626. Windows color (decimal): -12512688 or 5247553. OLE color: 5247553.

HSL color Cylindrical-coordinate representation of color #411250: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411250 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 18 80 -
CMYK 0.19 0.78 0 0.69
HSL 285.48º 0.63% 0.19% -
HSV(B) 285.48º 0.78% 0.31% -
XYZ 3.84 2.14 7.8 -
YUV 39.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 65 18 80 0.19 0.78 0 0.69 285.48 0.63 0.19
Hex 41 12 50 13 4E 0 45 11D 3F 13
Octal 101 22 120 23 116 0 105 435 77 23
Binary 1000001 10010 1010000 10011 1001110 0 1000101 100011101 111111 10011

Color Harmonies of #411250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411250

Black with #411250

Text Example


Text Example

White with #411250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411250; }

 p { color: rgb(65,18,80); }

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

background-color css

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

 a { background-color: rgb(65,18,80); }

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

border-color css

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

 span { border-color: rgb(65,18,80); }

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