Html Css Color HEX #51415A Scarlet Gum

📋 copy color: '#51415A'

red 81 ◦ green 65 ◦ blue 90

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

Shades of Scarlet Gum #51415A

Tints of Scarlet Gum #51415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

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

R = 34.32%
G = 27.54%
B = 38.14%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#51415A (or 0x51415A) is known color: Scarlet Gum. HEX triplet: 51, 41 and 5A. RGB value is (81,65,90). Sum of RGB (Red+Green+Blue) = 81+65+90=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #51415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415A is #AEBEA5. Grayscale: #484848. Windows color (decimal): -11452070 or 5914961. OLE color: 5914961.

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

Color convert

RGB 81 65 90 -
CMYK 0.1 0.28 0 0.65
HSL 278.4º 0.16% 0.3% -
HSV(B) 278.4º 0.28% 0.35% -
XYZ 7.13 6.27 10.51 -
YUV 72.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 81 65 90 0.1 0.28 0 0.65 278.4 0.16 0.3
Hex 51 41 5A A 1C 0 41 116 10 1E
Octal 121 101 132 12 34 0 101 426 20 36
Binary 1010001 1000001 1011010 1010 11100 0 1000001 100010110 10000 11110

Color Harmonies of #51415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51415A

Black with #51415A

Text Example


Text Example

White with #51415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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