Html Css Color HEX #412549 Scarlet Gum

📋 copy color: '#412549'

red 65 ◦ green 37 ◦ blue 73

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

Shades of Scarlet Gum #412549

Tints of Scarlet Gum #412549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 37.14%
G = 21.14%
B = 41.71%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412549 (or 0x412549) is known color: Scarlet Gum. HEX triplet: 41, 25 and 49. RGB value is (65,37,73). Sum of RGB (Red+Green+Blue) = 65+37+73=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #412549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412549 is #BEDAB6. Grayscale: #313131. Windows color (decimal): -12507831 or 4793665. OLE color: 4793665.

HSL color Cylindrical-coordinate representation of color #412549: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412549 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 37 73 -
CMYK 0.11 0.49 0 0.71
HSL 286.67º 0.33% 0.22% -
HSV(B) 286.67º 0.49% 0.29% -
XYZ 4.04 2.93 6.66 -
YUV 49.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 65 37 73 0.11 0.49 0 0.71 286.67 0.33 0.22
Hex 41 25 49 B 31 0 47 11F 21 16
Octal 101 45 111 13 61 0 107 437 41 26
Binary 1000001 100101 1001001 1011 110001 0 1000111 100011111 100001 10110

Color Harmonies of #412549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412549

Black with #412549

Text Example


Text Example

White with #412549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412549; }

 p { color: rgb(65,37,73); }

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

background-color css

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

 a { background-color: rgb(65,37,73); }

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

border-color css

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

 span { border-color: rgb(65,37,73); }

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