Html Css Color HEX #401152 Scarlet Gum

📋 copy color: '#401152'

red 64 ◦ green 17 ◦ blue 82

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

Shades of Scarlet Gum #401152

Tints of Scarlet Gum #401152

RGB

 RED value IS 64 (25.39% from 255) = 39.26%

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 39.26%
G = 10.43%
B = 50.31%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401152 (or 0x401152) is known color: Scarlet Gum. HEX triplet: 40, 11 and 52. RGB value is (64,17,82). Sum of RGB (Red+Green+Blue) = 64+17+82=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #401152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401152 is #BFEEAD. Grayscale: #262626. Windows color (decimal): -12578478 or 5378368. OLE color: 5378368.

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

Color convert

RGB 64 17 82 -
CMYK 0.22 0.79 0 0.68
HSL 283.38º 0.66% 0.19% -
HSV(B) 283.38º 0.79% 0.32% -
XYZ 3.84 2.1 8.19 -
YUV 38.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 64 17 82 0.22 0.79 0 0.68 283.38 0.66 0.19
Hex 40 11 52 16 4F 0 44 11B 42 13
Octal 100 21 122 26 117 0 104 433 102 23
Binary 1000000 10001 1010010 10110 1001111 0 1000100 100011011 1000010 10011

Color Harmonies of #401152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401152

Black with #401152

Text Example


Text Example

White with #401152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401152; }

 p { color: rgb(64,17,82); }

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

background-color css

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

 a { background-color: rgb(64,17,82); }

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

border-color css

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

 span { border-color: rgb(64,17,82); }

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