Html Css Color HEX #531F67 Scarlet Gum

📋 copy color: '#531F67'

red 83 ◦ green 31 ◦ blue 103

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

Shades of Scarlet Gum #531F67

Tints of Scarlet Gum #531F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.29%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 38.25%
G = 14.29%
B = 47.47%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531F67 (or 0x531F67) is known color: Scarlet Gum. HEX triplet: 53, 1F and 67. RGB value is (83,31,103). Sum of RGB (Red+Green+Blue) = 83+31+103=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #531F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F67 is #ACE098. Grayscale: #363636. Windows color (decimal): -11329689 or 6758227. OLE color: 6758227.

HSL color Cylindrical-coordinate representation of color #531F67: hue angle of 283.33º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531F67 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 31 103 -
CMYK 0.19 0.70 0 0.60
HSL 283.33º 0.54% 0.26% -
HSV(B) 283.33º 0.7% 0.4% -
XYZ 6.51 3.8 13.22 -
YUV 54.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 83 31 103 0.19 0.70 0 0.60 283.33 0.54 0.26
Hex 53 1F 67 13 46 0 3C 11B 36 1A
Octal 123 37 147 23 106 0 74 433 66 32
Binary 1010011 11111 1100111 10011 1000110 0 111100 100011011 110110 11010

Color Harmonies of #531F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F67

Black with #531F67

Text Example


Text Example

White with #531F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531F67; }

 p { color: rgb(83,31,103); }

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

background-color css

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

 a { background-color: rgb(83,31,103); }

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

border-color css

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

 span { border-color: rgb(83,31,103); }

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