Html Css Color HEX #41204B Scarlet Gum

📋 copy color: '#41204B'

red 65 ◦ green 32 ◦ blue 75

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

Shades of Scarlet Gum #41204B

Tints of Scarlet Gum #41204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 37.79%
G = 18.6%
B = 43.6%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41204B (or 0x41204B) is known color: Scarlet Gum. HEX triplet: 41, 20 and 4B. RGB value is (65,32,75). Sum of RGB (Red+Green+Blue) = 65+32+75=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #41204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41204B is #BEDFB4. Grayscale: #2E2E2E. Windows color (decimal): -12509109 or 4923457. OLE color: 4923457.

HSL color Cylindrical-coordinate representation of color #41204B: hue angle of 286.05º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41204B is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 32 75 -
CMYK 0.13 0.57 0 0.71
HSL 286.05º 0.4% 0.21% -
HSV(B) 286.05º 0.57% 0.29% -
XYZ 3.97 2.66 6.96 -
YUV 46.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 65 32 75 0.13 0.57 0 0.71 286.05 0.4 0.21
Hex 41 20 4B D 39 0 47 11E 28 15
Octal 101 40 113 15 71 0 107 436 50 25
Binary 1000001 100000 1001011 1101 111001 0 1000111 100011110 101000 10101

Color Harmonies of #41204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41204B

Black with #41204B

Text Example


Text Example

White with #41204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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