Html Css Color HEX #51345B Scarlet Gum

📋 copy color: '#51345B'

red 81 ◦ green 52 ◦ blue 91

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

Shades of Scarlet Gum #51345B

Tints of Scarlet Gum #51345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

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

R = 36.16%
G = 23.21%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51345B (or 0x51345B) is known color: Scarlet Gum. HEX triplet: 51, 34 and 5B. RGB value is (81,52,91). Sum of RGB (Red+Green+Blue) = 81+52+91=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #51345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51345B is #AECBA4. Grayscale: #404040. Windows color (decimal): -11455397 or 5977169. OLE color: 5977169.

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

Color convert

RGB 81 52 91 -
CMYK 0.11 0.43 0 0.64
HSL 284.62º 0.27% 0.28% -
HSV(B) 284.62º 0.43% 0.36% -
XYZ 6.51 4.96 10.51 -
YUV 65.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 81 52 91 0.11 0.43 0 0.64 284.62 0.27 0.28
Hex 51 34 5B B 2B 0 40 11D 1B 1C
Octal 121 64 133 13 53 0 100 435 33 34
Binary 1010001 110100 1011011 1011 101011 0 1000000 100011101 11011 11100

Color Harmonies of #51345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51345B

Black with #51345B

Text Example


Text Example

White with #51345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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