Html Css Color HEX #540F64 Scarlet Gum

📋 copy color: '#540F64'

red 84 ◦ green 15 ◦ blue 100

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

Shades of Scarlet Gum #540F64

Tints of Scarlet Gum #540F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.25%

R = 42.21%
G = 7.54%
B = 50.25%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540F64 (or 0x540F64) is known color: Scarlet Gum. HEX triplet: 54, 0F and 64. RGB value is (84,15,100). Sum of RGB (Red+Green+Blue) = 84+15+100=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #540F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F64 is #ABF09B. Grayscale: #2D2D2D. Windows color (decimal): -11268252 or 6557524. OLE color: 6557524.

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

Color convert

RGB 84 15 100 -
CMYK 0.16 0.85 0 0.61
HSL 288.71º 0.74% 0.23% -
HSV(B) 288.71º 0.85% 0.39% -
XYZ 6.13 3.15 12.34 -
YUV 45.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 84 15 100 0.16 0.85 0 0.61 288.71 0.74 0.23
Hex 54 F 64 10 55 0 3D 121 4A 17
Octal 124 17 144 20 125 0 75 441 112 27
Binary 1010100 1111 1100100 10000 1010101 0 111101 100100001 1001010 10111

Color Harmonies of #540F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F64

Black with #540F64

Text Example


Text Example

White with #540F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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