Html Css Color HEX #51335B Scarlet Gum

📋 copy color: '#51335B'

red 81 ◦ green 51 ◦ blue 91

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

Shades of Scarlet Gum #51335B

Tints of Scarlet Gum #51335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 36.32%
G = 22.87%
B = 40.81%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51335B (or 0x51335B) is known color: Scarlet Gum. HEX triplet: 51, 33 and 5B. RGB value is (81,51,91). Sum of RGB (Red+Green+Blue) = 81+51+91=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #51335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51335B is #AECCA4. Grayscale: #404040. Windows color (decimal): -11455653 or 5976913. OLE color: 5976913.

HSL color Cylindrical-coordinate representation of color #51335B: hue angle of 285º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51335B is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 51 91 -
CMYK 0.11 0.44 0 0.64
HSL 285º 0.28% 0.28% -
HSV(B) 285º 0.44% 0.36% -
XYZ 6.47 4.87 10.5 -
YUV 64.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 81 51 91 0.11 0.44 0 0.64 285 0.28 0.28
Hex 51 33 5B B 2C 0 40 11D 1C 1C
Octal 121 63 133 13 54 0 100 435 34 34
Binary 1010001 110011 1011011 1011 101100 0 1000000 100011101 11100 11100

Color Harmonies of #51335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51335B

Black with #51335B

Text Example


Text Example

White with #51335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51335B; }

 p { color: rgb(81,51,91); }

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

background-color css

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

 a { background-color: rgb(81,51,91); }

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

border-color css

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

 span { border-color: rgb(81,51,91); }

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