Html Css Color HEX #512C5F Scarlet Gum

📋 copy color: '#512C5F'

red 81 ◦ green 44 ◦ blue 95

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

Shades of Scarlet Gum #512C5F

Tints of Scarlet Gum #512C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 36.82%
G = 20%
B = 43.18%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#512C5F (or 0x512C5F) is known color: Scarlet Gum. HEX triplet: 51, 2C and 5F. RGB value is (81,44,95). Sum of RGB (Red+Green+Blue) = 81+44+95=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #512C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C5F is #AED3A0. Grayscale: #3C3C3C. Windows color (decimal): -11457441 or 6237265. OLE color: 6237265.

HSL color Cylindrical-coordinate representation of color #512C5F: hue angle of 283.53º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #512C5F is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 44 95 -
CMYK 0.15 0.54 0 0.63
HSL 283.53º 0.37% 0.27% -
HSV(B) 283.53º 0.54% 0.37% -
XYZ 6.36 4.38 11.34 -
YUV 60.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 81 44 95 0.15 0.54 0 0.63 283.53 0.37 0.27
Hex 51 2C 5F F 36 0 3F 11C 25 1B
Octal 121 54 137 17 66 0 77 434 45 33
Binary 1010001 101100 1011111 1111 110110 0 111111 100011100 100101 11011

Color Harmonies of #512C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C5F

Black with #512C5F

Text Example


Text Example

White with #512C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512C5F; }

 p { color: rgb(81,44,95); }

 H1.HeaderClassName
 {
   color: #512C5F;
 }
 .AnyTagClassName
 {
   color: #512C5F;
 }
</style>

background-color css

<style>
 a { background-color: #512C5F; }

 a { background-color: rgb(81,44,95); }

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

border-color css

<style>
 span { border-color: #512C5F; }

 span { border-color: rgb(81,44,95); }

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