Html Css Color HEX #51405B Scarlet Gum

📋 copy color: '#51405B'

red 81 ◦ green 64 ◦ blue 91

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

Shades of Scarlet Gum #51405B

Tints of Scarlet Gum #51405B

RGB

 RED value IS 81 (32.03% from 255) = 34.32%

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 34.32%
G = 27.12%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51405B (or 0x51405B) is known color: Scarlet Gum. HEX triplet: 51, 40 and 5B. RGB value is (81,64,91). Sum of RGB (Red+Green+Blue) = 81+64+91=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #51405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405B is #AEBFA4. Grayscale: #484848. Windows color (decimal): -11452325 or 5980241. OLE color: 5980241.

HSL color Cylindrical-coordinate representation of color #51405B: hue angle of 277.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51405B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 64 91 -
CMYK 0.11 0.30 0 0.64
HSL 277.78º 0.17% 0.3% -
HSV(B) 277.78º 0.3% 0.36% -
XYZ 7.12 6.17 10.71 -
YUV 72.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 81 64 91 0.11 0.30 0 0.64 277.78 0.17 0.3
Hex 51 40 5B B 1E 0 40 116 11 1E
Octal 121 100 133 13 36 0 100 426 21 36
Binary 1010001 1000000 1011011 1011 11110 0 1000000 100010110 10001 11110

Color Harmonies of #51405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51405B

Black with #51405B

Text Example


Text Example

White with #51405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51405B; }

 p { color: rgb(81,64,91); }

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

background-color css

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

 a { background-color: rgb(81,64,91); }

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

border-color css

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

 span { border-color: rgb(81,64,91); }

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