Html Css Color HEX #541065 Scarlet Gum

📋 copy color: '#541065'

red 84 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #541065

Tints of Scarlet Gum #541065

RGB

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

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

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

R = 41.79%
G = 7.96%
B = 50.25%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#541065 (or 0x541065) is known color: Scarlet Gum. HEX triplet: 54, 10 and 65. RGB value is (84,16,101). Sum of RGB (Red+Green+Blue) = 84+16+101=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #541065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541065 is #ABEF9A. Grayscale: #2D2D2D. Windows color (decimal): -11267995 or 6623316. OLE color: 6623316.

HSL color Cylindrical-coordinate representation of color #541065: hue angle of 288º 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 #541065 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 16 101 -
CMYK 0.17 0.84 0 0.60
HSL 288º 0.73% 0.23% -
HSV(B) 288º 0.84% 0.4% -
XYZ 6.19 3.19 12.6 -
YUV 46.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 84 16 101 0.17 0.84 0 0.60 288 0.73 0.23
Hex 54 10 65 11 54 0 3C 120 49 17
Octal 124 20 145 21 124 0 74 440 111 27
Binary 1010100 10000 1100101 10001 1010100 0 111100 100100000 1001001 10111

Color Harmonies of #541065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541065

Black with #541065

Text Example


Text Example

White with #541065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541065; }

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

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

background-color css

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

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

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

border-color css

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

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

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