Html Css Color HEX #541067 Scarlet Gum

📋 copy color: '#541067'

red 84 ◦ green 16 ◦ blue 103

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

Shades of Scarlet Gum #541067

Tints of Scarlet Gum #541067

RGB

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

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

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

R = 41.38%
G = 7.88%
B = 50.74%

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

#541067 (or 0x541067) is known color: Scarlet Gum. HEX triplet: 54, 10 and 67. RGB value is (84,16,103). Sum of RGB (Red+Green+Blue) = 84+16+103=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #541067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541067 is #ABEF98. Grayscale: #2D2D2D. Windows color (decimal): -11267993 or 6754388. OLE color: 6754388.

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

Color convert

RGB 84 16 103 -
CMYK 0.18 0.84 0 0.60
HSL 286.9º 0.73% 0.23% -
HSV(B) 286.9º 0.84% 0.4% -
XYZ 6.29 3.23 13.12 -
YUV 46.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 84 16 103 0.18 0.84 0 0.60 286.9 0.73 0.23
Hex 54 10 67 12 54 0 3C 11F 49 17
Octal 124 20 147 22 124 0 74 437 111 27
Binary 1010100 10000 1100111 10010 1010100 0 111100 100011111 1001001 10111

Color Harmonies of #541067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541067

Black with #541067

Text Example


Text Example

White with #541067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541067; }

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

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

background-color css

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

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

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

border-color css

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

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

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