Html Css Color HEX #451A5F Scarlet Gum

📋 copy color: '#451A5F'

red 69 ◦ green 26 ◦ blue 95

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

Shades of Scarlet Gum #451A5F

Tints of Scarlet Gum #451A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50%

R = 36.32%
G = 13.68%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#451A5F (or 0x451A5F) is known color: Scarlet Gum. HEX triplet: 45, 1A and 5F. RGB value is (69,26,95). Sum of RGB (Red+Green+Blue) = 69+26+95=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #451A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A5F is #BAE5A0. Grayscale: #2E2E2E. Windows color (decimal): -12248481 or 6232645. OLE color: 6232645.

HSL color Cylindrical-coordinate representation of color #451A5F: hue angle of 277.39º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #451A5F is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 26 95 -
CMYK 0.27 0.73 0 0.63
HSL 277.39º 0.57% 0.24% -
HSV(B) 277.39º 0.73% 0.37% -
XYZ 4.89 2.83 11.12 -
YUV 46.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 69 26 95 0.27 0.73 0 0.63 277.39 0.57 0.24
Hex 45 1A 5F 1B 49 0 3F 115 39 18
Octal 105 32 137 33 111 0 77 425 71 30
Binary 1000101 11010 1011111 11011 1001001 0 111111 100010101 111001 11000

Color Harmonies of #451A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A5F

Black with #451A5F

Text Example


Text Example

White with #451A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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