Html Css Color HEX #51245F Scarlet Gum

📋 copy color: '#51245F'

red 81 ◦ green 36 ◦ blue 95

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

Shades of Scarlet Gum #51245F

Tints of Scarlet Gum #51245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 38.21%
G = 16.98%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51245F (or 0x51245F) is known color: Scarlet Gum. HEX triplet: 51, 24 and 5F. RGB value is (81,36,95). Sum of RGB (Red+Green+Blue) = 81+36+95=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #51245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51245F is #AEDBA0. Grayscale: #373737. Windows color (decimal): -11459489 or 6235217. OLE color: 6235217.

HSL color Cylindrical-coordinate representation of color #51245F: hue angle of 285.76º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51245F is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 36 95 -
CMYK 0.15 0.62 0 0.63
HSL 285.76º 0.45% 0.26% -
HSV(B) 285.76º 0.62% 0.37% -
XYZ 6.09 3.84 11.25 -
YUV 56.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 81 36 95 0.15 0.62 0 0.63 285.76 0.45 0.26
Hex 51 24 5F F 3E 0 3F 11E 2D 1A
Octal 121 44 137 17 76 0 77 436 55 32
Binary 1010001 100100 1011111 1111 111110 0 111111 100011110 101101 11010

Color Harmonies of #51245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51245F

Black with #51245F

Text Example


Text Example

White with #51245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51245F; }

 p { color: rgb(81,36,95); }

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

background-color css

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

 a { background-color: rgb(81,36,95); }

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

border-color css

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

 span { border-color: rgb(81,36,95); }

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