Html Css Color HEX #540F65 Scarlet Gum

📋 copy color: '#540F65'

red 84 ◦ green 15 ◦ blue 101

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

Shades of Scarlet Gum #540F65

Tints of Scarlet Gum #540F65

RGB

 RED value IS 84 (33.2% from 255) = 42%

 GREEN value IS 15 (6.25% from 255) = 7.5%

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

R = 42%
G = 7.5%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#540F65 (or 0x540F65) is known color: Scarlet Gum. HEX triplet: 54, 0F and 65. RGB value is (84,15,101). Sum of RGB (Red+Green+Blue) = 84+15+101=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 15 (6.25% from 255 or 7.5% 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 #540F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F65 is #ABF09A. Grayscale: #2D2D2D. Windows color (decimal): -11268251 or 6623060. OLE color: 6623060.

HSL color Cylindrical-coordinate representation of color #540F65: hue angle of 288.14º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540F65 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 15 101 -
CMYK 0.17 0.85 0 0.60
HSL 288.14º 0.74% 0.23% -
HSV(B) 288.14º 0.85% 0.4% -
XYZ 6.18 3.17 12.6 -
YUV 45.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 84 15 101 0.17 0.85 0 0.60 288.14 0.74 0.23
Hex 54 F 65 11 55 0 3C 120 4A 17
Octal 124 17 145 21 125 0 74 440 112 27
Binary 1010100 1111 1100101 10001 1010101 0 111100 100100000 1001010 10111

Color Harmonies of #540F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F65

Black with #540F65

Text Example


Text Example

White with #540F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F65; }

 p { color: rgb(84,15,101); }

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

background-color css

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

 a { background-color: rgb(84,15,101); }

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

border-color css

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

 span { border-color: rgb(84,15,101); }

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