Html Css Color HEX #41224D Scarlet Gum

📋 copy color: '#41224D'

red 65 ◦ green 34 ◦ blue 77

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

Shades of Scarlet Gum #41224D

Tints of Scarlet Gum #41224D

RGB

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

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

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

R = 36.93%
G = 19.32%
B = 43.75%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41224D (or 0x41224D) is known color: Scarlet Gum. HEX triplet: 41, 22 and 4D. RGB value is (65,34,77). Sum of RGB (Red+Green+Blue) = 65+34+77=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #41224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41224D is #BEDDB2. Grayscale: #303030. Windows color (decimal): -12508595 or 5055041. OLE color: 5055041.

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

Color convert

RGB 65 34 77 -
CMYK 0.16 0.56 0 0.70
HSL 283.26º 0.39% 0.22% -
HSV(B) 283.26º 0.56% 0.3% -
XYZ 4.09 2.8 7.35 -
YUV 48.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 65 34 77 0.16 0.56 0 0.70 283.26 0.39 0.22
Hex 41 22 4D 10 38 0 46 11B 27 16
Octal 101 42 115 20 70 0 106 433 47 26
Binary 1000001 100010 1001101 10000 111000 0 1000110 100011011 100111 10110

Color Harmonies of #41224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41224D

Black with #41224D

Text Example


Text Example

White with #41224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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