Html Css Color HEX #411452 Scarlet Gum

📋 copy color: '#411452'

red 65 ◦ green 20 ◦ blue 82

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

Shades of Scarlet Gum #411452

Tints of Scarlet Gum #411452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 82 (32.42% from 255) = 49.1%

R = 38.92%
G = 11.98%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411452 (or 0x411452) is known color: Scarlet Gum. HEX triplet: 41, 14 and 52. RGB value is (65,20,82). Sum of RGB (Red+Green+Blue) = 65+20+82=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #411452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411452 is #BEEBAD. Grayscale: #282828. Windows color (decimal): -12512174 or 5379137. OLE color: 5379137.

HSL color Cylindrical-coordinate representation of color #411452: hue angle of 283.55º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411452 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 20 82 -
CMYK 0.21 0.76 0 0.68
HSL 283.55º 0.61% 0.2% -
HSV(B) 283.55º 0.76% 0.32% -
XYZ 3.95 2.23 8.21 -
YUV 40.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 65 20 82 0.21 0.76 0 0.68 283.55 0.61 0.2
Hex 41 14 52 15 4C 0 44 11C 3D 14
Octal 101 24 122 25 114 0 104 434 75 24
Binary 1000001 10100 1010010 10101 1001100 0 1000100 100011100 111101 10100

Color Harmonies of #411452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411452

Black with #411452

Text Example


Text Example

White with #411452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411452; }

 p { color: rgb(65,20,82); }

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

background-color css

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

 a { background-color: rgb(65,20,82); }

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

border-color css

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

 span { border-color: rgb(65,20,82); }

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