Html Css Color HEX #450959 Scarlet Gum

📋 copy color: '#450959'

red 69 ◦ green 9 ◦ blue 89

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

Shades of Scarlet Gum #450959

Tints of Scarlet Gum #450959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 53.29%

R = 41.32%
G = 5.39%
B = 53.29%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450959 (or 0x450959) is known color: Scarlet Gum. HEX triplet: 45, 09 and 59. RGB value is (69,9,89). Sum of RGB (Red+Green+Blue) = 69+9+89=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #450959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450959 is #BAF6A6. Grayscale: #232323. Windows color (decimal): -12252839 or 5835077. OLE color: 5835077.

HSL color Cylindrical-coordinate representation of color #450959: hue angle of 285º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450959 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 9 89 -
CMYK 0.22 0.90 0 0.65
HSL 285º 0.82% 0.19% -
HSV(B) 285º 0.9% 0.35% -
XYZ 4.36 2.18 9.64 -
YUV 36.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 69 9 89 0.22 0.90 0 0.65 285 0.82 0.19
Hex 45 9 59 16 5A 0 41 11D 52 13
Octal 105 11 131 26 132 0 101 435 122 23
Binary 1000101 1001 1011001 10110 1011010 0 1000001 100011101 1010010 10011

Color Harmonies of #450959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450959

Black with #450959

Text Example


Text Example

White with #450959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450959; }

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

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

background-color css

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

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

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

border-color css

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

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

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