Html Css Color HEX #51275D Scarlet Gum

📋 copy color: '#51275D'

red 81 ◦ green 39 ◦ blue 93

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

Shades of Scarlet Gum #51275D

Tints of Scarlet Gum #51275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

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

R = 38.03%
G = 18.31%
B = 43.66%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51275D (or 0x51275D) is known color: Scarlet Gum. HEX triplet: 51, 27 and 5D. RGB value is (81,39,93). Sum of RGB (Red+Green+Blue) = 81+39+93=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #51275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51275D is #AED8A2. Grayscale: #393939. Windows color (decimal): -11458723 or 6104913. OLE color: 6104913.

HSL color Cylindrical-coordinate representation of color #51275D: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51275D is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 39 93 -
CMYK 0.13 0.58 0 0.64
HSL 286.67º 0.41% 0.26% -
HSV(B) 286.67º 0.58% 0.36% -
XYZ 6.09 3.99 10.8 -
YUV 57.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 81 39 93 0.13 0.58 0 0.64 286.67 0.41 0.26
Hex 51 27 5D D 3A 0 40 11F 29 1A
Octal 121 47 135 15 72 0 100 437 51 32
Binary 1010001 100111 1011101 1101 111010 0 1000000 100011111 101001 11010

Color Harmonies of #51275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51275D

Black with #51275D

Text Example


Text Example

White with #51275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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