Html Css Color HEX #450E5A Scarlet Gum

📋 copy color: '#450E5A'

red 69 ◦ green 14 ◦ blue 90

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

Shades of Scarlet Gum #450E5A

Tints of Scarlet Gum #450E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 90 (35.55% from 255) = 52.02%

R = 39.88%
G = 8.09%
B = 52.02%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450E5A (or 0x450E5A) is known color: Scarlet Gum. HEX triplet: 45, 0E and 5A. RGB value is (69,14,90). Sum of RGB (Red+Green+Blue) = 69+14+90=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #450E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E5A is #BAF1A5. Grayscale: #262626. Windows color (decimal): -12251558 or 5901893. OLE color: 5901893.

HSL color Cylindrical-coordinate representation of color #450E5A: hue angle of 283.42º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450E5A is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 14 90 -
CMYK 0.23 0.84 0 0.65
HSL 283.42º 0.73% 0.2% -
HSV(B) 283.42º 0.84% 0.35% -
XYZ 4.46 2.32 9.89 -
YUV 39.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 69 14 90 0.23 0.84 0 0.65 283.42 0.73 0.2
Hex 45 E 5A 17 54 0 41 11B 49 14
Octal 105 16 132 27 124 0 101 433 111 24
Binary 1000101 1110 1011010 10111 1010100 0 1000001 100011011 1001001 10100

Color Harmonies of #450E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E5A

Black with #450E5A

Text Example


Text Example

White with #450E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450E5A; }

 p { color: rgb(69,14,90); }

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

background-color css

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

 a { background-color: rgb(69,14,90); }

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

border-color css

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

 span { border-color: rgb(69,14,90); }

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