Html Css Color HEX #450E58 Scarlet Gum

📋 copy color: '#450E58'

red 69 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #450E58

Tints of Scarlet Gum #450E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 40.35%
G = 8.19%
B = 51.46%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450E58 (or 0x450E58) is known color: Scarlet Gum. HEX triplet: 45, 0E and 58. RGB value is (69,14,88). Sum of RGB (Red+Green+Blue) = 69+14+88=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #450E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E58 is #BAF1A7. Grayscale: #262626. Windows color (decimal): -12251560 or 5770821. OLE color: 5770821.

HSL color Cylindrical-coordinate representation of color #450E58: hue angle of 284.59º 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 #450E58 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 14 88 -
CMYK 0.22 0.84 0 0.65
HSL 284.59º 0.73% 0.2% -
HSV(B) 284.59º 0.84% 0.35% -
XYZ 4.37 2.28 9.44 -
YUV 38.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 69 14 88 0.22 0.84 0 0.65 284.59 0.73 0.2
Hex 45 E 58 16 54 0 41 11D 49 14
Octal 105 16 130 26 124 0 101 435 111 24
Binary 1000101 1110 1011000 10110 1010100 0 1000001 100011101 1001001 10100

Color Harmonies of #450E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E58

Black with #450E58

Text Example


Text Example

White with #450E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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