Html Css Color HEX #51295D Scarlet Gum

📋 copy color: '#51295D'

red 81 ◦ green 41 ◦ blue 93

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

Shades of Scarlet Gum #51295D

Tints of Scarlet Gum #51295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 37.67%
G = 19.07%
B = 43.26%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51295D (or 0x51295D) is known color: Scarlet Gum. HEX triplet: 51, 29 and 5D. RGB value is (81,41,93). Sum of RGB (Red+Green+Blue) = 81+41+93=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #51295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51295D is #AED6A2. Grayscale: #3A3A3A. Windows color (decimal): -11458211 or 6105425. OLE color: 6105425.

HSL color Cylindrical-coordinate representation of color #51295D: hue angle of 286.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51295D is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 41 93 -
CMYK 0.13 0.56 0 0.64
HSL 286.15º 0.39% 0.26% -
HSV(B) 286.15º 0.56% 0.36% -
XYZ 6.16 4.13 10.83 -
YUV 58.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 81 41 93 0.13 0.56 0 0.64 286.15 0.39 0.26
Hex 51 29 5D D 38 0 40 11E 27 1A
Octal 121 51 135 15 70 0 100 436 47 32
Binary 1010001 101001 1011101 1101 111000 0 1000000 100011110 100111 11010

Color Harmonies of #51295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51295D

Black with #51295D

Text Example


Text Example

White with #51295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51295D; }

 p { color: rgb(81,41,93); }

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

background-color css

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

 a { background-color: rgb(81,41,93); }

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

border-color css

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

 span { border-color: rgb(81,41,93); }

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