Html Css Color HEX #41214A Scarlet Gum

📋 copy color: '#41214A'

red 65 ◦ green 33 ◦ blue 74

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

Shades of Scarlet Gum #41214A

Tints of Scarlet Gum #41214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 37.79%
G = 19.19%
B = 43.02%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41214A (or 0x41214A) is known color: Scarlet Gum. HEX triplet: 41, 21 and 4A. RGB value is (65,33,74). Sum of RGB (Red+Green+Blue) = 65+33+74=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #41214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41214A is #BEDEB5. Grayscale: #2F2F2F. Windows color (decimal): -12508854 or 4858177. OLE color: 4858177.

HSL color Cylindrical-coordinate representation of color #41214A: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41214A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 33 74 -
CMYK 0.12 0.55 0 0.71
HSL 286.83º 0.38% 0.21% -
HSV(B) 286.83º 0.55% 0.29% -
XYZ 3.96 2.71 6.79 -
YUV 47.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 65 33 74 0.12 0.55 0 0.71 286.83 0.38 0.21
Hex 41 21 4A C 37 0 47 11F 26 15
Octal 101 41 112 14 67 0 107 437 46 25
Binary 1000001 100001 1001010 1100 110111 0 1000111 100011111 100110 10101

Color Harmonies of #41214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41214A

Black with #41214A

Text Example


Text Example

White with #41214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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