Html Css Color HEX #411852 Scarlet Gum

📋 copy color: '#411852'

red 65 ◦ green 24 ◦ blue 82

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

Shades of Scarlet Gum #411852

Tints of Scarlet Gum #411852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 38.01%
G = 14.04%
B = 47.95%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411852 (or 0x411852) is known color: Scarlet Gum. HEX triplet: 41, 18 and 52. RGB value is (65,24,82). Sum of RGB (Red+Green+Blue) = 65+24+82=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #411852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411852 is #BEE7AD. Grayscale: #2A2A2A. Windows color (decimal): -12511150 or 5380161. OLE color: 5380161.

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

Color convert

RGB 65 24 82 -
CMYK 0.21 0.71 0 0.68
HSL 282.41º 0.55% 0.21% -
HSV(B) 282.41º 0.71% 0.32% -
XYZ 4.03 2.39 8.23 -
YUV 42.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 65 24 82 0.21 0.71 0 0.68 282.41 0.55 0.21
Hex 41 18 52 15 47 0 44 11A 37 15
Octal 101 30 122 25 107 0 104 432 67 25
Binary 1000001 11000 1010010 10101 1000111 0 1000100 100011010 110111 10101

Color Harmonies of #411852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411852

Black with #411852

Text Example


Text Example

White with #411852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411852; }

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

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

background-color css

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

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

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

border-color css

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

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

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