Html Css Color HEX #411D50 Scarlet Gum

📋 copy color: '#411D50'

red 65 ◦ green 29 ◦ blue 80

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

Shades of Scarlet Gum #411D50

Tints of Scarlet Gum #411D50

RGB

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

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

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

R = 37.36%
G = 16.67%
B = 45.98%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411D50 (or 0x411D50) is known color: Scarlet Gum. HEX triplet: 41, 1D and 50. RGB value is (65,29,80). Sum of RGB (Red+Green+Blue) = 65+29+80=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #411D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D50 is #BEE2AF. Grayscale: #2D2D2D. Windows color (decimal): -12509872 or 5250369. OLE color: 5250369.

HSL color Cylindrical-coordinate representation of color #411D50: hue angle of 282.35º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #411D50 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 29 80 -
CMYK 0.19 0.64 0 0.69
HSL 282.35º 0.47% 0.21% -
HSV(B) 282.35º 0.64% 0.31% -
XYZ 4.07 2.58 7.87 -
YUV 45.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 65 29 80 0.19 0.64 0 0.69 282.35 0.47 0.21
Hex 41 1D 50 13 40 0 45 11A 2F 15
Octal 101 35 120 23 100 0 105 432 57 25
Binary 1000001 11101 1010000 10011 1000000 0 1000101 100011010 101111 10101

Color Harmonies of #411D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D50

Black with #411D50

Text Example


Text Example

White with #411D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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