Html Css Color HEX #450554 Scarlet Gum

📋 copy color: '#450554'

red 69 ◦ green 5 ◦ blue 84

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

Shades of Scarlet Gum #450554

Tints of Scarlet Gum #450554

RGB

 RED value IS 69 (27.34% from 255) = 43.67%

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 43.67%
G = 3.16%
B = 53.16%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450554 (or 0x450554) is known color: Scarlet Gum. HEX triplet: 45, 05 and 54. RGB value is (69,5,84). Sum of RGB (Red+Green+Blue) = 69+5+84=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #450554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450554 is #BAFAAB. Grayscale: #202020. Windows color (decimal): -12253868 or 5506373. OLE color: 5506373.

HSL color Cylindrical-coordinate representation of color #450554: hue angle of 288.61º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450554 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 5 84 -
CMYK 0.18 0.94 0 0.67
HSL 288.61º 0.89% 0.17% -
HSV(B) 288.61º 0.94% 0.33% -
XYZ 4.11 2.01 8.56 -
YUV 33.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 69 5 84 0.18 0.94 0 0.67 288.61 0.89 0.17
Hex 45 5 54 12 5E 0 43 121 59 11
Octal 105 5 124 22 136 0 103 441 131 21
Binary 1000101 101 1010100 10010 1011110 0 1000011 100100001 1011001 10001

Color Harmonies of #450554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450554

Black with #450554

Text Example


Text Example

White with #450554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450554; }

 p { color: rgb(69,5,84); }

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

background-color css

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

 a { background-color: rgb(69,5,84); }

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

border-color css

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

 span { border-color: rgb(69,5,84); }

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