Html Css Color HEX #41214D Scarlet Gum

📋 copy color: '#41214D'

red 65 ◦ green 33 ◦ blue 77

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

Shades of Scarlet Gum #41214D

Tints of Scarlet Gum #41214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

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

R = 37.14%
G = 18.86%
B = 44%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41214D (or 0x41214D) is known color: Scarlet Gum. HEX triplet: 41, 21 and 4D. RGB value is (65,33,77). Sum of RGB (Red+Green+Blue) = 65+33+77=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #41214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41214D is #BEDEB2. Grayscale: #2F2F2F. Windows color (decimal): -12508851 or 5054785. OLE color: 5054785.

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

Color convert

RGB 65 33 77 -
CMYK 0.16 0.57 0 0.70
HSL 283.64º 0.4% 0.22% -
HSV(B) 283.64º 0.57% 0.3% -
XYZ 4.06 2.75 7.34 -
YUV 47.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 65 33 77 0.16 0.57 0 0.70 283.64 0.4 0.22
Hex 41 21 4D 10 39 0 46 11C 28 16
Octal 101 41 115 20 71 0 106 434 50 26
Binary 1000001 100001 1001101 10000 111001 0 1000110 100011100 101000 10110

Color Harmonies of #41214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41214D

Black with #41214D

Text Example


Text Example

White with #41214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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