Html Css Color HEX #450954 Scarlet Gum

📋 copy color: '#450954'

red 69 ◦ green 9 ◦ blue 84

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

Shades of Scarlet Gum #450954

Tints of Scarlet Gum #450954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 42.59%
G = 5.56%
B = 51.85%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450954 (or 0x450954) is known color: Scarlet Gum. HEX triplet: 45, 09 and 54. RGB value is (69,9,84). Sum of RGB (Red+Green+Blue) = 69+9+84=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #450954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450954 is #BAF6AB. Grayscale: #232323. Windows color (decimal): -12252844 or 5507397. OLE color: 5507397.

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

Color convert

RGB 69 9 84 -
CMYK 0.18 0.89 0 0.67
HSL 288º 0.81% 0.18% -
HSV(B) 288º 0.89% 0.33% -
XYZ 4.15 2.1 8.57 -
YUV 35.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 69 9 84 0.18 0.89 0 0.67 288 0.81 0.18
Hex 45 9 54 12 59 0 43 120 51 12
Octal 105 11 124 22 131 0 103 440 121 22
Binary 1000101 1001 1010100 10010 1011001 0 1000011 100100000 1010001 10010

Color Harmonies of #450954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450954

Black with #450954

Text Example


Text Example

White with #450954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450954; }

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

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

background-color css

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

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

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

border-color css

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

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

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