Html Css Color HEX #512C64 Scarlet Gum

📋 copy color: '#512C64'

red 81 ◦ green 44 ◦ blue 100

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

Shades of Scarlet Gum #512C64

Tints of Scarlet Gum #512C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 36%
G = 19.56%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512C64 (or 0x512C64) is known color: Scarlet Gum. HEX triplet: 51, 2C and 64. RGB value is (81,44,100). Sum of RGB (Red+Green+Blue) = 81+44+100=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #512C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C64 is #AED39B. Grayscale: #3D3D3D. Windows color (decimal): -11457436 or 6564945. OLE color: 6564945.

HSL color Cylindrical-coordinate representation of color #512C64: hue angle of 279.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512C64 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 44 100 -
CMYK 0.19 0.56 0 0.61
HSL 279.64º 0.39% 0.28% -
HSV(B) 279.64º 0.56% 0.39% -
XYZ 6.59 4.47 12.57 -
YUV 61.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 81 44 100 0.19 0.56 0 0.61 279.64 0.39 0.28
Hex 51 2C 64 13 38 0 3D 118 27 1C
Octal 121 54 144 23 70 0 75 430 47 34
Binary 1010001 101100 1100100 10011 111000 0 111101 100011000 100111 11100

Color Harmonies of #512C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C64

Black with #512C64

Text Example


Text Example

White with #512C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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