Html Css Color HEX #451D50 Scarlet Gum

📋 copy color: '#451D50'

red 69 ◦ green 29 ◦ blue 80

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

Shades of Scarlet Gum #451D50

Tints of Scarlet Gum #451D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 38.76%
G = 16.29%
B = 44.94%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#451D50 (or 0x451D50) is known color: Scarlet Gum. HEX triplet: 45, 1D and 50. RGB value is (69,29,80). Sum of RGB (Red+Green+Blue) = 69+29+80=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #451D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D50 is #BAE2AF. Grayscale: #2E2E2E. Windows color (decimal): -12247728 or 5250373. OLE color: 5250373.

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

Color convert

RGB 69 29 80 -
CMYK 0.14 0.64 0 0.69
HSL 287.06º 0.47% 0.21% -
HSV(B) 287.06º 0.64% 0.31% -
XYZ 4.34 2.72 7.89 -
YUV 46.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 69 29 80 0.14 0.64 0 0.69 287.06 0.47 0.21
Hex 45 1D 50 E 40 0 45 11F 2F 15
Octal 105 35 120 16 100 0 105 437 57 25
Binary 1000101 11101 1010000 1110 1000000 0 1000101 100011111 101111 10101

Color Harmonies of #451D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D50

Black with #451D50

Text Example


Text Example

White with #451D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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