Html Css Color HEX #401552 Scarlet Gum

📋 copy color: '#401552'

red 64 ◦ green 21 ◦ blue 82

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

Shades of Scarlet Gum #401552

Tints of Scarlet Gum #401552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

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

R = 38.32%
G = 12.57%
B = 49.1%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#401552 (or 0x401552) is known color: Scarlet Gum. HEX triplet: 40, 15 and 52. RGB value is (64,21,82). Sum of RGB (Red+Green+Blue) = 64+21+82=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 21 (8.59% from 255 or 12.57% 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 #401552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401552 is #BFEAAD. Grayscale: #282828. Windows color (decimal): -12577454 or 5379392. OLE color: 5379392.

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

Color convert

RGB 64 21 82 -
CMYK 0.22 0.74 0 0.68
HSL 282.3º 0.59% 0.2% -
HSV(B) 282.3º 0.74% 0.32% -
XYZ 3.91 2.24 8.21 -
YUV 40.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 64 21 82 0.22 0.74 0 0.68 282.3 0.59 0.2
Hex 40 15 52 16 4A 0 44 11A 3B 14
Octal 100 25 122 26 112 0 104 432 73 24
Binary 1000000 10101 1010010 10110 1001010 0 1000100 100011010 111011 10100

Color Harmonies of #401552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401552

Black with #401552

Text Example


Text Example

White with #401552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401552; }

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

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

background-color css

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

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

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

border-color css

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

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

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