Html Css Color HEX #451C50 Scarlet Gum

📋 copy color: '#451C50'

red 69 ◦ green 28 ◦ blue 80

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

Shades of Scarlet Gum #451C50

Tints of Scarlet Gum #451C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.82%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 38.98%
G = 15.82%
B = 45.2%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#451C50 (or 0x451C50) is known color: Scarlet Gum. HEX triplet: 45, 1C and 50. RGB value is (69,28,80). Sum of RGB (Red+Green+Blue) = 69+28+80=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #451C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C50 is #BAE3AF. Grayscale: #2E2E2E. Windows color (decimal): -12247984 or 5250117. OLE color: 5250117.

HSL color Cylindrical-coordinate representation of color #451C50: hue angle of 287.31º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451C50 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 28 80 -
CMYK 0.14 0.65 0 0.69
HSL 287.31º 0.48% 0.21% -
HSV(B) 287.31º 0.65% 0.31% -
XYZ 4.32 2.67 7.88 -
YUV 46.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 69 28 80 0.14 0.65 0 0.69 287.31 0.48 0.21
Hex 45 1C 50 E 41 0 45 11F 30 15
Octal 105 34 120 16 101 0 105 437 60 25
Binary 1000101 11100 1010000 1110 1000001 0 1000101 100011111 110000 10101

Color Harmonies of #451C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C50

Black with #451C50

Text Example


Text Example

White with #451C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451C50; }

 p { color: rgb(69,28,80); }

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

background-color css

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

 a { background-color: rgb(69,28,80); }

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

border-color css

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

 span { border-color: rgb(69,28,80); }

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