#54266A

Color #54266A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #54266A

Tints of Scarlet Gum #54266A

Color information

#54266A (or 0x54266A) is unknown color: approx Scarlet Gum. HEX triplet: 54, 26 and 6A. RGB value is (84,38,106). Sum of RGB (Red+Green+Blue) = 84+38+106=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #54266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54266A is #ABD995. Grayscale: #3B3B3B. Windows color (decimal): -11262358 or 6956628. OLE color: 6956628.

HSL color Cylindrical-coordinate representation of color #54266A: hue angle of 280.59º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54266A is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8438106-
CMYK0.210.6400.58
HSL280.59º47.22%28.24%-
HSV(B)280.59º64.15%41.57%-
XYZ6.954.3114.1-
YUV59.51154.24145.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=36.84%
G=16.67%
B=46.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84381060.210.6400.58280.5947.2228.24
Hex54266A154003A1192f1c
Octal12446152251000724315734
Binary10101001001101101010101011000000011101010001100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54266A; }

 p { color: rgb(84,38,106); }

 H1.HeaderClassName
 {
   color: #54266A;
 }
 .AnyTagClassName
 {
   color: #54266A;
 }
</style>
background-color css

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

 a { background-color: rgb(84,38,106); }

 div.DivClassName
 {
   background-color: #54266A;
 }
 .BgClassName
 {
   background-color: #54266A;
 }
</style>
border-color css

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

 span { border-color: rgb(84,38,106); }

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