Html Css Color HEX #412152 Scarlet Gum

📋 copy color: '#412152'

red 65 ◦ green 33 ◦ blue 82

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

Shades of Scarlet Gum #412152

Tints of Scarlet Gum #412152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 36.11%
G = 18.33%
B = 45.56%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412152 (or 0x412152) is known color: Scarlet Gum. HEX triplet: 41, 21 and 52. RGB value is (65,33,82). Sum of RGB (Red+Green+Blue) = 65+33+82=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #412152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412152 is #BEDEAD. Grayscale: #2F2F2F. Windows color (decimal): -12508846 or 5382465. OLE color: 5382465.

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

Color convert

RGB 65 33 82 -
CMYK 0.21 0.60 0 0.68
HSL 279.18º 0.43% 0.23% -
HSV(B) 279.18º 0.6% 0.32% -
XYZ 4.25 2.82 8.3 -
YUV 48.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 65 33 82 0.21 0.60 0 0.68 279.18 0.43 0.23
Hex 41 21 52 15 3C 0 44 117 2B 17
Octal 101 41 122 25 74 0 104 427 53 27
Binary 1000001 100001 1010010 10101 111100 0 1000100 100010111 101011 10111

Color Harmonies of #412152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412152

Black with #412152

Text Example


Text Example

White with #412152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412152; }

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

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

background-color css

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

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

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

border-color css

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

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

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