Html Css Color HEX #542269 Scarlet Gum

📋 copy color: '#542269'

red 84 ◦ green 34 ◦ blue 105

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

Shades of Scarlet Gum #542269

Tints of Scarlet Gum #542269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 37.67%
G = 15.25%
B = 47.09%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#542269 (or 0x542269) is known color: Scarlet Gum. HEX triplet: 54, 22 and 69. RGB value is (84,34,105). Sum of RGB (Red+Green+Blue) = 84+34+105=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #542269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542269 is #ABDD96. Grayscale: #383838. Windows color (decimal): -11263383 or 6890068. OLE color: 6890068.

HSL color Cylindrical-coordinate representation of color #542269: hue angle of 282.25º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542269 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 34 105 -
CMYK 0.20 0.68 0 0.59
HSL 282.25º 0.51% 0.27% -
HSV(B) 282.25º 0.68% 0.41% -
XYZ 6.78 4.05 13.79 -
YUV 57.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 84 34 105 0.20 0.68 0 0.59 282.25 0.51 0.27
Hex 54 22 69 14 44 0 3B 11A 33 1B
Octal 124 42 151 24 104 0 73 432 63 33
Binary 1010100 100010 1101001 10100 1000100 0 111011 100011010 110011 11011

Color Harmonies of #542269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542269

Black with #542269

Text Example


Text Example

White with #542269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542269; }

 p { color: rgb(84,34,105); }

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

background-color css

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

 a { background-color: rgb(84,34,105); }

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

border-color css

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

 span { border-color: rgb(84,34,105); }

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