#512D67

Color #512D67 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #512D67

Tints of Scarlet Gum #512D67

Color information

#512D67 (or 0x512D67) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2D and 67. RGB value is (81,45,103). Sum of RGB (Red+Green+Blue) = 81+45+103=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #512D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D67 is #AED298. Grayscale: #3E3E3E. Windows color (decimal): -11457177 or 6761809. OLE color: 6761809.

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

Color convert

RGB8145103-
CMYK0.210.5600.60
HSL277.24º39.19%29.02%-
HSV(B)277.24º56.31%40.39%-
XYZ6.784.6113.36-
YUV62.38150.93141.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=35.37%
G=19.65%
B=44.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81451030.210.5600.60277.2439.1929.02
Hex512D67153803C115271d
Octal1215514725700744254735
Binary1010001101101110011110101111000011110010001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,103); }

 H1.HeaderClassName
 {
   color: #512D67;
 }
 .AnyTagClassName
 {
   color: #512D67;
 }
</style>
background-color css

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

 a { background-color: rgb(81,45,103); }

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

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

 span { border-color: rgb(81,45,103); }

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