Html Css Color HEX #41154D Scarlet Gum

📋 copy color: '#41154D'

red 65 ◦ green 21 ◦ blue 77

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

Shades of Scarlet Gum #41154D

Tints of Scarlet Gum #41154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 39.88%
G = 12.88%
B = 47.24%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41154D (or 0x41154D) is known color: Scarlet Gum. HEX triplet: 41, 15 and 4D. RGB value is (65,21,77). Sum of RGB (Red+Green+Blue) = 65+21+77=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #41154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41154D is #BEEAB2. Grayscale: #282828. Windows color (decimal): -12511923 or 5051713. OLE color: 5051713.

HSL color Cylindrical-coordinate representation of color #41154D: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41154D is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 21 77 -
CMYK 0.16 0.73 0 0.70
HSL 287.14º 0.57% 0.19% -
HSV(B) 287.14º 0.73% 0.3% -
XYZ 3.79 2.2 7.25 -
YUV 40.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 65 21 77 0.16 0.73 0 0.70 287.14 0.57 0.19
Hex 41 15 4D 10 49 0 46 11F 39 13
Octal 101 25 115 20 111 0 106 437 71 23
Binary 1000001 10101 1001101 10000 1001001 0 1000110 100011111 111001 10011

Color Harmonies of #41154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41154D

Black with #41154D

Text Example


Text Example

White with #41154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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