Html Css Color HEX #451A50 Scarlet Gum

📋 copy color: '#451A50'

red 69 ◦ green 26 ◦ blue 80

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

Shades of Scarlet Gum #451A50

Tints of Scarlet Gum #451A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

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

R = 39.43%
G = 14.86%
B = 45.71%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#451A50 (or 0x451A50) is known color: Scarlet Gum. HEX triplet: 45, 1A and 50. RGB value is (69,26,80). Sum of RGB (Red+Green+Blue) = 69+26+80=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #451A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A50 is #BAE5AF. Grayscale: #2C2C2C. Windows color (decimal): -12248496 or 5249605. OLE color: 5249605.

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

Color convert

RGB 69 26 80 -
CMYK 0.14 0.67 0 0.69
HSL 287.78º 0.51% 0.21% -
HSV(B) 287.78º 0.68% 0.31% -
XYZ 4.27 2.58 7.86 -
YUV 45.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 69 26 80 0.14 0.67 0 0.69 287.78 0.51 0.21
Hex 45 1A 50 E 43 0 45 120 33 15
Octal 105 32 120 16 103 0 105 440 63 25
Binary 1000101 11010 1010000 1110 1000011 0 1000101 100100000 110011 10101

Color Harmonies of #451A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A50

Black with #451A50

Text Example


Text Example

White with #451A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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