Html Css Color HEX #41164D Scarlet Gum

📋 copy color: '#41164D'

red 65 ◦ green 22 ◦ blue 77

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

Shades of Scarlet Gum #41164D

Tints of Scarlet Gum #41164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

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

R = 39.63%
G = 13.41%
B = 46.95%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41164D (or 0x41164D) is known color: Scarlet Gum. HEX triplet: 41, 16 and 4D. RGB value is (65,22,77). Sum of RGB (Red+Green+Blue) = 65+22+77=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #41164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41164D is #BEE9B2. Grayscale: #282828. Windows color (decimal): -12511667 or 5051969. OLE color: 5051969.

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

Color convert

RGB 65 22 77 -
CMYK 0.16 0.71 0 0.70
HSL 286.91º 0.56% 0.19% -
HSV(B) 286.91º 0.71% 0.3% -
XYZ 3.81 2.23 7.25 -
YUV 41.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 65 22 77 0.16 0.71 0 0.70 286.91 0.56 0.19
Hex 41 16 4D 10 47 0 46 11F 38 13
Octal 101 26 115 20 107 0 106 437 70 23
Binary 1000001 10110 1001101 10000 1000111 0 1000110 100011111 111000 10011

Color Harmonies of #41164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41164D

Black with #41164D

Text Example


Text Example

White with #41164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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