Html Css Color HEX #511067 Scarlet Gum

📋 copy color: '#511067'

red 81 ◦ green 16 ◦ blue 103

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

Shades of Scarlet Gum #511067

Tints of Scarlet Gum #511067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 103 (40.63% from 255) = 51.5%

R = 40.5%
G = 8%
B = 51.5%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#511067 (or 0x511067) is known color: Scarlet Gum. HEX triplet: 51, 10 and 67. RGB value is (81,16,103). Sum of RGB (Red+Green+Blue) = 81+16+103=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #511067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511067 is #AEEF98. Grayscale: #2D2D2D. Windows color (decimal): -11464601 or 6754385. OLE color: 6754385.

HSL color Cylindrical-coordinate representation of color #511067: hue angle of 284.83º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511067 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 16 103 -
CMYK 0.21 0.84 0 0.60
HSL 284.83º 0.73% 0.23% -
HSV(B) 284.83º 0.84% 0.4% -
XYZ 6.03 3.1 13.11 -
YUV 45.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 81 16 103 0.21 0.84 0 0.60 284.83 0.73 0.23
Hex 51 10 67 15 54 0 3C 11D 49 17
Octal 121 20 147 25 124 0 74 435 111 27
Binary 1010001 10000 1100111 10101 1010100 0 111100 100011101 1001001 10111

Color Harmonies of #511067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511067

Black with #511067

Text Example


Text Example

White with #511067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511067; }

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

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

background-color css

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

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

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

border-color css

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

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

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