Html Css Color HEX #531065 Scarlet Gum

📋 copy color: '#531065'

red 83 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #531065

Tints of Scarlet Gum #531065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 41.5%
G = 8%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531065 (or 0x531065) is known color: Scarlet Gum. HEX triplet: 53, 10 and 65. RGB value is (83,16,101). Sum of RGB (Red+Green+Blue) = 83+16+101=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #531065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531065 is #ACEF9A. Grayscale: #2D2D2D. Windows color (decimal): -11333531 or 6623315. OLE color: 6623315.

HSL color Cylindrical-coordinate representation of color #531065: hue angle of 287.29º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531065 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 16 101 -
CMYK 0.18 0.84 0 0.60
HSL 287.29º 0.73% 0.23% -
HSV(B) 287.29º 0.84% 0.4% -
XYZ 6.1 3.15 12.6 -
YUV 45.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 83 16 101 0.18 0.84 0 0.60 287.29 0.73 0.23
Hex 53 10 65 12 54 0 3C 11F 49 17
Octal 123 20 145 22 124 0 74 437 111 27
Binary 1010011 10000 1100101 10010 1010100 0 111100 100011111 1001001 10111

Color Harmonies of #531065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531065

Black with #531065

Text Example


Text Example

White with #531065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531065; }

 p { color: rgb(83,16,101); }

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

background-color css

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

 a { background-color: rgb(83,16,101); }

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

border-color css

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

 span { border-color: rgb(83,16,101); }

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