Html Css Color HEX #531761 Scarlet Gum

📋 copy color: '#531761'

red 83 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #531761

Tints of Scarlet Gum #531761

RGB

 RED value IS 83 (32.81% from 255) = 40.89%

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 40.89%
G = 11.33%
B = 47.78%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531761 (or 0x531761) is known color: Scarlet Gum. HEX triplet: 53, 17 and 61. RGB value is (83,23,97). Sum of RGB (Red+Green+Blue) = 83+23+97=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #531761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531761 is #ACE89E. Grayscale: #313131. Windows color (decimal): -11331743 or 6362963. OLE color: 6362963.

HSL color Cylindrical-coordinate representation of color #531761: hue angle of 288.65º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531761 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 23 97 -
CMYK 0.14 0.76 0 0.62
HSL 288.65º 0.62% 0.24% -
HSV(B) 288.65º 0.76% 0.38% -
XYZ 6.03 3.31 11.63 -
YUV 49.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 83 23 97 0.14 0.76 0 0.62 288.65 0.62 0.24
Hex 53 17 61 E 4C 0 3E 121 3E 18
Octal 123 27 141 16 114 0 76 441 76 30
Binary 1010011 10111 1100001 1110 1001100 0 111110 100100001 111110 11000

Color Harmonies of #531761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531761

Black with #531761

Text Example


Text Example

White with #531761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531761; }

 p { color: rgb(83,23,97); }

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

background-color css

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

 a { background-color: rgb(83,23,97); }

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

border-color css

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

 span { border-color: rgb(83,23,97); }

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