Html Css Color HEX #41224B Scarlet Gum

📋 copy color: '#41224B'

red 65 ◦ green 34 ◦ blue 75

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

Shades of Scarlet Gum #41224B

Tints of Scarlet Gum #41224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 37.36%
G = 19.54%
B = 43.1%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41224B (or 0x41224B) is known color: Scarlet Gum. HEX triplet: 41, 22 and 4B. RGB value is (65,34,75). Sum of RGB (Red+Green+Blue) = 65+34+75=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #41224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41224B is #BEDDB4. Grayscale: #2F2F2F. Windows color (decimal): -12508597 or 4923969. OLE color: 4923969.

HSL color Cylindrical-coordinate representation of color #41224B: hue angle of 285.37º 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 #41224B is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 34 75 -
CMYK 0.13 0.55 0 0.71
HSL 285.37º 0.38% 0.21% -
HSV(B) 285.37º 0.55% 0.29% -
XYZ 4.02 2.78 6.98 -
YUV 47.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 65 34 75 0.13 0.55 0 0.71 285.37 0.38 0.21
Hex 41 22 4B D 37 0 47 11D 26 15
Octal 101 42 113 15 67 0 107 435 46 25
Binary 1000001 100010 1001011 1101 110111 0 1000111 100011101 100110 10101

Color Harmonies of #41224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41224B

Black with #41224B

Text Example


Text Example

White with #41224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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