Html Css Color HEX #411253 Scarlet Gum

📋 copy color: '#411253'

red 65 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #411253

Tints of Scarlet Gum #411253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 39.16%
G = 10.84%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411253 (or 0x411253) is known color: Scarlet Gum. HEX triplet: 41, 12 and 53. RGB value is (65,18,83). Sum of RGB (Red+Green+Blue) = 65+18+83=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #411253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411253 is #BEEDAC. Grayscale: #272727. Windows color (decimal): -12512685 or 5444161. OLE color: 5444161.

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

Color convert

RGB 65 18 83 -
CMYK 0.22 0.78 0 0.67
HSL 283.38º 0.64% 0.2% -
HSV(B) 283.38º 0.78% 0.33% -
XYZ 3.96 2.18 8.4 -
YUV 39.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 65 18 83 0.22 0.78 0 0.67 283.38 0.64 0.2
Hex 41 12 53 16 4E 0 43 11B 40 14
Octal 101 22 123 26 116 0 103 433 100 24
Binary 1000001 10010 1010011 10110 1001110 0 1000011 100011011 1000000 10100

Color Harmonies of #411253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411253

Black with #411253

Text Example


Text Example

White with #411253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411253; }

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

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

background-color css

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

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

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

border-color css

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

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

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