Html Css Color HEX #451F5D Scarlet Gum

📋 copy color: '#451F5D'

red 69 ◦ green 31 ◦ blue 93

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

Shades of Scarlet Gum #451F5D

Tints of Scarlet Gum #451F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

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

R = 35.75%
G = 16.06%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#451F5D (or 0x451F5D) is known color: Scarlet Gum. HEX triplet: 45, 1F and 5D. RGB value is (69,31,93). Sum of RGB (Red+Green+Blue) = 69+31+93=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #451F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F5D is #BAE0A2. Grayscale: #313131. Windows color (decimal): -12247203 or 6102853. OLE color: 6102853.

HSL color Cylindrical-coordinate representation of color #451F5D: hue angle of 276.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451F5D is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 31 93 -
CMYK 0.26 0.67 0 0.64
HSL 276.77º 0.5% 0.24% -
HSV(B) 276.77º 0.67% 0.36% -
XYZ 4.92 3.04 10.68 -
YUV 49.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 69 31 93 0.26 0.67 0 0.64 276.77 0.5 0.24
Hex 45 1F 5D 1A 43 0 40 115 32 18
Octal 105 37 135 32 103 0 100 425 62 30
Binary 1000101 11111 1011101 11010 1000011 0 1000000 100010101 110010 11000

Color Harmonies of #451F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451F5D

Black with #451F5D

Text Example


Text Example

White with #451F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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