Html Css Color HEX #41144F Scarlet Gum

📋 copy color: '#41144F'

red 65 ◦ green 20 ◦ blue 79

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

Shades of Scarlet Gum #41144F

Tints of Scarlet Gum #41144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 39.63%
G = 12.2%
B = 48.17%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41144F (or 0x41144F) is known color: Scarlet Gum. HEX triplet: 41, 14 and 4F. RGB value is (65,20,79). Sum of RGB (Red+Green+Blue) = 65+20+79=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #41144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41144F is #BEEBB0. Grayscale: #272727. Windows color (decimal): -12512177 or 5182529. OLE color: 5182529.

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

Color convert

RGB 65 20 79 -
CMYK 0.18 0.75 0 0.69
HSL 285.76º 0.6% 0.19% -
HSV(B) 285.76º 0.75% 0.31% -
XYZ 3.84 2.19 7.62 -
YUV 40.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 65 20 79 0.18 0.75 0 0.69 285.76 0.6 0.19
Hex 41 14 4F 12 4B 0 45 11E 3C 13
Octal 101 24 117 22 113 0 105 436 74 23
Binary 1000001 10100 1001111 10010 1001011 0 1000101 100011110 111100 10011

Color Harmonies of #41144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41144F

Black with #41144F

Text Example


Text Example

White with #41144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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