Html Css Color HEX #511665 Scarlet Gum

📋 copy color: '#511665'

red 81 ◦ green 22 ◦ blue 101

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

Shades of Scarlet Gum #511665

Tints of Scarlet Gum #511665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 39.71%
G = 10.78%
B = 49.51%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#511665 (or 0x511665) is known color: Scarlet Gum. HEX triplet: 51, 16 and 65. RGB value is (81,22,101). Sum of RGB (Red+Green+Blue) = 81+22+101=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #511665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511665 is #AEE99A. Grayscale: #303030. Windows color (decimal): -11463067 or 6624849. OLE color: 6624849.

HSL color Cylindrical-coordinate representation of color #511665: hue angle of 284.81º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511665 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 22 101 -
CMYK 0.20 0.78 0 0.60
HSL 284.81º 0.64% 0.24% -
HSV(B) 284.81º 0.78% 0.4% -
XYZ 6.03 3.26 12.62 -
YUV 48.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 81 22 101 0.20 0.78 0 0.60 284.81 0.64 0.24
Hex 51 16 65 14 4E 0 3C 11D 40 18
Octal 121 26 145 24 116 0 74 435 100 30
Binary 1010001 10110 1100101 10100 1001110 0 111100 100011101 1000000 11000

Color Harmonies of #511665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511665

Black with #511665

Text Example


Text Example

White with #511665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511665; }

 p { color: rgb(81,22,101); }

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

background-color css

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

 a { background-color: rgb(81,22,101); }

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

border-color css

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

 span { border-color: rgb(81,22,101); }

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