Html Css Color HEX #400C59 Scarlet Gum

📋 copy color: '#400C59'

red 64 ◦ green 12 ◦ blue 89

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

Shades of Scarlet Gum #400C59

Tints of Scarlet Gum #400C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

 BLUE value IS 89 (35.16% from 255) = 53.94%

R = 38.79%
G = 7.27%
B = 53.94%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400C59 (or 0x400C59) is known color: Scarlet Gum. HEX triplet: 40, 0C and 59. RGB value is (64,12,89). Sum of RGB (Red+Green+Blue) = 64+12+89=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #400C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C59 is #BFF3A6. Grayscale: #242424. Windows color (decimal): -12579751 or 5835840. OLE color: 5835840.

HSL color Cylindrical-coordinate representation of color #400C59: hue angle of 280.52º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400C59 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 12 89 -
CMYK 0.28 0.87 0 0.65
HSL 280.52º 0.76% 0.2% -
HSV(B) 280.52º 0.87% 0.35% -
XYZ 4.05 2.07 9.64 -
YUV 36.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 64 12 89 0.28 0.87 0 0.65 280.52 0.76 0.2
Hex 40 C 59 1C 57 0 41 119 4C 14
Octal 100 14 131 34 127 0 101 431 114 24
Binary 1000000 1100 1011001 11100 1010111 0 1000001 100011001 1001100 10100

Color Harmonies of #400C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C59

Black with #400C59

Text Example


Text Example

White with #400C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,12,89); }

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

background-color css

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

 a { background-color: rgb(64,12,89); }

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

border-color css

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

 span { border-color: rgb(64,12,89); }

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