Html Css Color HEX #51255D Scarlet Gum

📋 copy color: '#51255D'

red 81 ◦ green 37 ◦ blue 93

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

Shades of Scarlet Gum #51255D

Tints of Scarlet Gum #51255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 38.39%
G = 17.54%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51255D (or 0x51255D) is known color: Scarlet Gum. HEX triplet: 51, 25 and 5D. RGB value is (81,37,93). Sum of RGB (Red+Green+Blue) = 81+37+93=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #51255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51255D is #AEDAA2. Grayscale: #383838. Windows color (decimal): -11459235 or 6104401. OLE color: 6104401.

HSL color Cylindrical-coordinate representation of color #51255D: hue angle of 287.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51255D is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 37 93 -
CMYK 0.13 0.60 0 0.64
HSL 287.14º 0.43% 0.25% -
HSV(B) 287.14º 0.6% 0.36% -
XYZ 6.03 3.86 10.78 -
YUV 56.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 81 37 93 0.13 0.60 0 0.64 287.14 0.43 0.25
Hex 51 25 5D D 3C 0 40 11F 2B 19
Octal 121 45 135 15 74 0 100 437 53 31
Binary 1010001 100101 1011101 1101 111100 0 1000000 100011111 101011 11001

Color Harmonies of #51255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51255D

Black with #51255D

Text Example


Text Example

White with #51255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51255D; }

 p { color: rgb(81,37,93); }

 H1.HeaderClassName
 {
   color: #51255D;
 }
 .AnyTagClassName
 {
   color: #51255D;
 }
</style>

background-color css

<style>
 a { background-color: #51255D; }

 a { background-color: rgb(81,37,93); }

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

border-color css

<style>
 span { border-color: #51255D; }

 span { border-color: rgb(81,37,93); }

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