Html Css Color HEX #400D57 Scarlet Gum

📋 copy color: '#400D57'

red 64 ◦ green 13 ◦ blue 87

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

Shades of Scarlet Gum #400D57

Tints of Scarlet Gum #400D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

 BLUE value IS 87 (34.38% from 255) = 53.05%

R = 39.02%
G = 7.93%
B = 53.05%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#400D57 (or 0x400D57) is known color: Scarlet Gum. HEX triplet: 40, 0D and 57. RGB value is (64,13,87). Sum of RGB (Red+Green+Blue) = 64+13+87=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #400D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D57 is #BFF2A8. Grayscale: #242424. Windows color (decimal): -12579497 or 5705024. OLE color: 5705024.

HSL color Cylindrical-coordinate representation of color #400D57: hue angle of 281.35º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400D57 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 13 87 -
CMYK 0.26 0.85 0 0.66
HSL 281.35º 0.74% 0.2% -
HSV(B) 281.35º 0.85% 0.34% -
XYZ 3.98 2.07 9.21 -
YUV 36.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 64 13 87 0.26 0.85 0 0.66 281.35 0.74 0.2
Hex 40 D 57 1A 55 0 42 119 4A 14
Octal 100 15 127 32 125 0 102 431 112 24
Binary 1000000 1101 1010111 11010 1010101 0 1000010 100011001 1001010 10100

Color Harmonies of #400D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D57

Black with #400D57

Text Example


Text Example

White with #400D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D57; }

 p { color: rgb(64,13,87); }

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

background-color css

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

 a { background-color: rgb(64,13,87); }

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

border-color css

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

 span { border-color: rgb(64,13,87); }

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