Html Css Color HEX #451D5B Scarlet Gum

📋 copy color: '#451D5B'

red 69 ◦ green 29 ◦ blue 91

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

Shades of Scarlet Gum #451D5B

Tints of Scarlet Gum #451D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 36.51%
G = 15.34%
B = 48.15%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#451D5B (or 0x451D5B) is known color: Scarlet Gum. HEX triplet: 45, 1D and 5B. RGB value is (69,29,91). Sum of RGB (Red+Green+Blue) = 69+29+91=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #451D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D5B is #BAE2A4. Grayscale: #2F2F2F. Windows color (decimal): -12247717 or 5971269. OLE color: 5971269.

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

Color convert

RGB 69 29 91 -
CMYK 0.24 0.68 0 0.64
HSL 278.71º 0.52% 0.24% -
HSV(B) 278.71º 0.68% 0.36% -
XYZ 4.78 2.9 10.21 -
YUV 48.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 69 29 91 0.24 0.68 0 0.64 278.71 0.52 0.24
Hex 45 1D 5B 18 44 0 40 117 34 18
Octal 105 35 133 30 104 0 100 427 64 30
Binary 1000101 11101 1011011 11000 1000100 0 1000000 100010111 110100 11000

Color Harmonies of #451D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451D5B

Black with #451D5B

Text Example


Text Example

White with #451D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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