Html Css Color HEX #512C66 Scarlet Gum

📋 copy color: '#512C66'

red 81 ◦ green 44 ◦ blue 102

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

Shades of Scarlet Gum #512C66

Tints of Scarlet Gum #512C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 44.93%

R = 35.68%
G = 19.38%
B = 44.93%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#512C66 (or 0x512C66) is known color: Scarlet Gum. HEX triplet: 51, 2C and 66. RGB value is (81,44,102). Sum of RGB (Red+Green+Blue) = 81+44+102=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #512C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C66 is #AED399. Grayscale: #3D3D3D. Windows color (decimal): -11457434 or 6696017. OLE color: 6696017.

HSL color Cylindrical-coordinate representation of color #512C66: hue angle of 278.28º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512C66 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 44 102 -
CMYK 0.21 0.57 0 0.6
HSL 278.28º 0.4% 0.29% -
HSV(B) 278.28º 0.57% 0.4% -
XYZ 6.69 4.51 13.09 -
YUV 61.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 81 44 102 0.21 0.57 0 0.6 278.28 0.4 0.29
Hex 51 2C 66 15 39 0 3C 116 28 1D
Octal 121 54 146 25 71 0 74 426 50 35
Binary 1010001 101100 1100110 10101 111001 0 111100 100010110 101000 11101

Color Harmonies of #512C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C66

Black with #512C66

Text Example


Text Example

White with #512C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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