Html Css Color HEX #41154F Scarlet Gum

📋 copy color: '#41154F'

red 65 ◦ green 21 ◦ blue 79

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

Shades of Scarlet Gum #41154F

Tints of Scarlet Gum #41154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 39.39%
G = 12.73%
B = 47.88%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41154F (or 0x41154F) is known color: Scarlet Gum. HEX triplet: 41, 15 and 4F. RGB value is (65,21,79). Sum of RGB (Red+Green+Blue) = 65+21+79=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #41154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41154F is #BEEAB0. Grayscale: #282828. Windows color (decimal): -12511921 or 5182785. OLE color: 5182785.

HSL color Cylindrical-coordinate representation of color #41154F: hue angle of 285.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41154F is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 21 79 -
CMYK 0.18 0.73 0 0.69
HSL 285.52º 0.58% 0.2% -
HSV(B) 285.52º 0.73% 0.31% -
XYZ 3.86 2.22 7.62 -
YUV 40.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 65 21 79 0.18 0.73 0 0.69 285.52 0.58 0.2
Hex 41 15 4F 12 49 0 45 11E 3A 14
Octal 101 25 117 22 111 0 105 436 72 24
Binary 1000001 10101 1001111 10010 1001001 0 1000101 100011110 111010 10100

Color Harmonies of #41154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41154F

Black with #41154F

Text Example


Text Example

White with #41154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41154F; }

 p { color: rgb(65,21,79); }

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

background-color css

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

 a { background-color: rgb(65,21,79); }

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

border-color css

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

 span { border-color: rgb(65,21,79); }

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