Html Css Color HEX #411053 Scarlet Gum

📋 copy color: '#411053'

red 65 ◦ green 16 ◦ blue 83

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

Shades of Scarlet Gum #411053

Tints of Scarlet Gum #411053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 39.63%
G = 9.76%
B = 50.61%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411053 (or 0x411053) is known color: Scarlet Gum. HEX triplet: 41, 10 and 53. RGB value is (65,16,83). Sum of RGB (Red+Green+Blue) = 65+16+83=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #411053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411053 is #BEEFAC. Grayscale: #262626. Windows color (decimal): -12513197 or 5443649. OLE color: 5443649.

HSL color Cylindrical-coordinate representation of color #411053: hue angle of 283.88º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411053 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 16 83 -
CMYK 0.22 0.81 0 0.67
HSL 283.88º 0.68% 0.19% -
HSV(B) 283.88º 0.81% 0.33% -
XYZ 3.93 2.12 8.39 -
YUV 38.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 65 16 83 0.22 0.81 0 0.67 283.88 0.68 0.19
Hex 41 10 53 16 51 0 43 11C 44 13
Octal 101 20 123 26 121 0 103 434 104 23
Binary 1000001 10000 1010011 10110 1010001 0 1000011 100011100 1000100 10011

Color Harmonies of #411053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411053

Black with #411053

Text Example


Text Example

White with #411053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411053; }

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

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

background-color css

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

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

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

border-color css

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

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

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