Html Css Color HEX #41224A Scarlet Gum

📋 copy color: '#41224A'

red 65 ◦ green 34 ◦ blue 74

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

Shades of Scarlet Gum #41224A

Tints of Scarlet Gum #41224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

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

R = 37.57%
G = 19.65%
B = 42.77%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41224A (or 0x41224A) is known color: Scarlet Gum. HEX triplet: 41, 22 and 4A. RGB value is (65,34,74). Sum of RGB (Red+Green+Blue) = 65+34+74=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #41224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41224A is #BEDDB5. Grayscale: #2F2F2F. Windows color (decimal): -12508598 or 4858433. OLE color: 4858433.

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

Color convert

RGB 65 34 74 -
CMYK 0.12 0.54 0 0.71
HSL 286.5º 0.37% 0.21% -
HSV(B) 286.5º 0.54% 0.29% -
XYZ 3.99 2.76 6.8 -
YUV 47.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 65 34 74 0.12 0.54 0 0.71 286.5 0.37 0.21
Hex 41 22 4A C 36 0 47 11E 25 15
Octal 101 42 112 14 66 0 107 436 45 25
Binary 1000001 100010 1001010 1100 110110 0 1000111 100011110 100101 10101

Color Harmonies of #41224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41224A

Black with #41224A

Text Example


Text Example

White with #41224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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