Html Css Color HEX #411953 Scarlet Gum

📋 copy color: '#411953'

red 65 ◦ green 25 ◦ blue 83

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

Shades of Scarlet Gum #411953

Tints of Scarlet Gum #411953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 37.57%
G = 14.45%
B = 47.98%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411953 (or 0x411953) is known color: Scarlet Gum. HEX triplet: 41, 19 and 53. RGB value is (65,25,83). Sum of RGB (Red+Green+Blue) = 65+25+83=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #411953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411953 is #BEE6AC. Grayscale: #2B2B2B. Windows color (decimal): -12510893 or 5445953. OLE color: 5445953.

HSL color Cylindrical-coordinate representation of color #411953: hue angle of 281.38º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411953 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 25 83 -
CMYK 0.22 0.70 0 0.67
HSL 281.38º 0.54% 0.21% -
HSV(B) 281.38º 0.7% 0.33% -
XYZ 4.09 2.44 8.44 -
YUV 43.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 65 25 83 0.22 0.70 0 0.67 281.38 0.54 0.21
Hex 41 19 53 16 46 0 43 119 36 15
Octal 101 31 123 26 106 0 103 431 66 25
Binary 1000001 11001 1010011 10110 1000110 0 1000011 100011001 110110 10101

Color Harmonies of #411953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411953

Black with #411953

Text Example


Text Example

White with #411953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411953; }

 p { color: rgb(65,25,83); }

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

background-color css

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

 a { background-color: rgb(65,25,83); }

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

border-color css

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

 span { border-color: rgb(65,25,83); }

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