Html Css Color HEX #51405A Scarlet Gum

📋 copy color: '#51405A'

red 81 ◦ green 64 ◦ blue 90

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

Shades of Scarlet Gum #51405A

Tints of Scarlet Gum #51405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 34.47%
G = 27.23%
B = 38.3%

CMYK

 C value IS 0.1

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#51405A (or 0x51405A) is known color: Scarlet Gum. HEX triplet: 51, 40 and 5A. RGB value is (81,64,90). Sum of RGB (Red+Green+Blue) = 81+64+90=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #51405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51405A is #AEBFA5. Grayscale: #474747. Windows color (decimal): -11452326 or 5914705. OLE color: 5914705.

HSL color Cylindrical-coordinate representation of color #51405A: hue angle of 279.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51405A is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 64 90 -
CMYK 0.1 0.29 0 0.65
HSL 279.23º 0.17% 0.3% -
HSV(B) 279.23º 0.29% 0.35% -
XYZ 7.07 6.15 10.49 -
YUV 72.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 81 64 90 0.1 0.29 0 0.65 279.23 0.17 0.3
Hex 51 40 5A A 1D 0 41 117 11 1E
Octal 121 100 132 12 35 0 101 427 21 36
Binary 1010001 1000000 1011010 1010 11101 0 1000001 100010111 10001 11110

Color Harmonies of #51405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51405A

Black with #51405A

Text Example


Text Example

White with #51405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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