Html Css Color HEX #400F53 Scarlet Gum

📋 copy color: '#400F53'

red 64 ◦ green 15 ◦ blue 83

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

Shades of Scarlet Gum #400F53

Tints of Scarlet Gum #400F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 39.51%
G = 9.26%
B = 51.23%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400F53 (or 0x400F53) is known color: Scarlet Gum. HEX triplet: 40, 0F and 53. RGB value is (64,15,83). Sum of RGB (Red+Green+Blue) = 64+15+83=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #400F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F53 is #BFF0AC. Grayscale: #252525. Windows color (decimal): -12578989 or 5443392. OLE color: 5443392.

HSL color Cylindrical-coordinate representation of color #400F53: hue angle of 283.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #400F53 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 15 83 -
CMYK 0.23 0.82 0 0.67
HSL 283.24º 0.69% 0.19% -
HSV(B) 283.24º 0.82% 0.33% -
XYZ 3.85 2.06 8.38 -
YUV 37.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 64 15 83 0.23 0.82 0 0.67 283.24 0.69 0.19
Hex 40 F 53 17 52 0 43 11B 45 13
Octal 100 17 123 27 122 0 103 433 105 23
Binary 1000000 1111 1010011 10111 1010010 0 1000011 100011011 1000101 10011

Color Harmonies of #400F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F53

Black with #400F53

Text Example


Text Example

White with #400F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,83); }

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

background-color css

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

 a { background-color: rgb(64,15,83); }

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

border-color css

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

 span { border-color: rgb(64,15,83); }

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