Html Css Color HEX #511969 Scarlet Gum

📋 copy color: '#511969'

red 81 ◦ green 25 ◦ blue 105

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

Shades of Scarlet Gum #511969

Tints of Scarlet Gum #511969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 38.39%
G = 11.85%
B = 49.76%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#511969 (or 0x511969) is known color: Scarlet Gum. HEX triplet: 51, 19 and 69. RGB value is (81,25,105). Sum of RGB (Red+Green+Blue) = 81+25+105=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #511969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511969 is #AEE696. Grayscale: #323232. Windows color (decimal): -11462295 or 6887761. OLE color: 6887761.

HSL color Cylindrical-coordinate representation of color #511969: hue angle of 282º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511969 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 25 105 -
CMYK 0.23 0.76 0 0.59
HSL 282º 0.62% 0.25% -
HSV(B) 282º 0.76% 0.41% -
XYZ 6.29 3.46 13.7 -
YUV 50.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 81 25 105 0.23 0.76 0 0.59 282 0.62 0.25
Hex 51 19 69 17 4C 0 3B 11A 3E 19
Octal 121 31 151 27 114 0 73 432 76 31
Binary 1010001 11001 1101001 10111 1001100 0 111011 100011010 111110 11001

Color Harmonies of #511969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511969

Black with #511969

Text Example


Text Example

White with #511969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511969; }

 p { color: rgb(81,25,105); }

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

background-color css

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

 a { background-color: rgb(81,25,105); }

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

border-color css

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

 span { border-color: rgb(81,25,105); }

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