Html Css Color HEX #51325D Scarlet Gum

📋 copy color: '#51325D'

red 81 ◦ green 50 ◦ blue 93

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

Shades of Scarlet Gum #51325D

Tints of Scarlet Gum #51325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 36.16%
G = 22.32%
B = 41.52%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51325D (or 0x51325D) is known color: Scarlet Gum. HEX triplet: 51, 32 and 5D. RGB value is (81,50,93). Sum of RGB (Red+Green+Blue) = 81+50+93=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #51325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51325D is #AECDA2. Grayscale: #404040. Windows color (decimal): -11455907 or 6107729. OLE color: 6107729.

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

Color convert

RGB 81 50 93 -
CMYK 0.13 0.46 0 0.64
HSL 283.26º 0.3% 0.28% -
HSV(B) 283.26º 0.46% 0.36% -
XYZ 6.51 4.82 10.94 -
YUV 64.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 81 50 93 0.13 0.46 0 0.64 283.26 0.3 0.28
Hex 51 32 5D D 2E 0 40 11B 1E 1C
Octal 121 62 135 15 56 0 100 433 36 34
Binary 1010001 110010 1011101 1101 101110 0 1000000 100011011 11110 11100

Color Harmonies of #51325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51325D

Black with #51325D

Text Example


Text Example

White with #51325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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