Html Css Color HEX #450E5D Scarlet Gum

📋 copy color: '#450E5D'

red 69 ◦ green 14 ◦ blue 93

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

Shades of Scarlet Gum #450E5D

Tints of Scarlet Gum #450E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 39.2%
G = 7.95%
B = 52.84%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#450E5D (or 0x450E5D) is known color: Scarlet Gum. HEX triplet: 45, 0E and 5D. RGB value is (69,14,93). Sum of RGB (Red+Green+Blue) = 69+14+93=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #450E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E5D is #BAF1A2. Grayscale: #272727. Windows color (decimal): -12251555 or 6098501. OLE color: 6098501.

HSL color Cylindrical-coordinate representation of color #450E5D: hue angle of 281.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #450E5D is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 14 93 -
CMYK 0.26 0.85 0 0.64
HSL 281.77º 0.74% 0.21% -
HSV(B) 281.77º 0.85% 0.36% -
XYZ 4.59 2.37 10.57 -
YUV 39.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 69 14 93 0.26 0.85 0 0.64 281.77 0.74 0.21
Hex 45 E 5D 1A 55 0 40 11A 4A 15
Octal 105 16 135 32 125 0 100 432 112 25
Binary 1000101 1110 1011101 11010 1010101 0 1000000 100011010 1001010 10101

Color Harmonies of #450E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450E5D

Black with #450E5D

Text Example


Text Example

White with #450E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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