Html Css Color HEX #51166C Scarlet Gum

📋 copy color: '#51166C'

red 81 ◦ green 22 ◦ blue 108

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

Shades of Scarlet Gum #51166C

Tints of Scarlet Gum #51166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 38.39%
G = 10.43%
B = 51.18%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#51166C (or 0x51166C) is known color: Scarlet Gum. HEX triplet: 51, 16 and 6C. RGB value is (81,22,108). Sum of RGB (Red+Green+Blue) = 81+22+108=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #51166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51166C is #AEE993. Grayscale: #313131. Windows color (decimal): -11463060 or 7083601. OLE color: 7083601.

HSL color Cylindrical-coordinate representation of color #51166C: hue angle of 281.16º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51166C is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 22 108 -
CMYK 0.25 0.80 0 0.58
HSL 281.16º 0.66% 0.25% -
HSV(B) 281.16º 0.8% 0.42% -
XYZ 6.39 3.41 14.51 -
YUV 49.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 81 22 108 0.25 0.80 0 0.58 281.16 0.66 0.25
Hex 51 16 6C 19 50 0 3A 119 42 19
Octal 121 26 154 31 120 0 72 431 102 31
Binary 1010001 10110 1101100 11001 1010000 0 111010 100011001 1000010 11001

Color Harmonies of #51166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51166C

Black with #51166C

Text Example


Text Example

White with #51166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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