Html Css Color HEX #41184F Scarlet Gum

📋 copy color: '#41184F'

red 65 ◦ green 24 ◦ blue 79

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

Shades of Scarlet Gum #41184F

Tints of Scarlet Gum #41184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 38.69%
G = 14.29%
B = 47.02%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41184F (or 0x41184F) is known color: Scarlet Gum. HEX triplet: 41, 18 and 4F. RGB value is (65,24,79). Sum of RGB (Red+Green+Blue) = 65+24+79=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #41184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41184F is #BEE7B0. Grayscale: #2A2A2A. Windows color (decimal): -12511153 or 5183553. OLE color: 5183553.

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

Color convert

RGB 65 24 79 -
CMYK 0.18 0.70 0 0.69
HSL 284.73º 0.53% 0.2% -
HSV(B) 284.73º 0.7% 0.31% -
XYZ 3.92 2.34 7.64 -
YUV 42.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 65 24 79 0.18 0.70 0 0.69 284.73 0.53 0.2
Hex 41 18 4F 12 46 0 45 11D 35 14
Octal 101 30 117 22 106 0 105 435 65 24
Binary 1000001 11000 1001111 10010 1000110 0 1000101 100011101 110101 10100

Color Harmonies of #41184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41184F

Black with #41184F

Text Example


Text Example

White with #41184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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