Html Css Color HEX #451C5B Scarlet Gum

📋 copy color: '#451C5B'

red 69 ◦ green 28 ◦ blue 91

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

Shades of Scarlet Gum #451C5B

Tints of Scarlet Gum #451C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.89%

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

R = 36.7%
G = 14.89%
B = 48.4%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#451C5B (or 0x451C5B) is known color: Scarlet Gum. HEX triplet: 45, 1C and 5B. RGB value is (69,28,91). Sum of RGB (Red+Green+Blue) = 69+28+91=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #451C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C5B is #BAE3A4. Grayscale: #2F2F2F. Windows color (decimal): -12247973 or 5971013. OLE color: 5971013.

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

Color convert

RGB 69 28 91 -
CMYK 0.24 0.69 0 0.64
HSL 279.05º 0.53% 0.23% -
HSV(B) 279.05º 0.69% 0.36% -
XYZ 4.76 2.85 10.2 -
YUV 47.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 69 28 91 0.24 0.69 0 0.64 279.05 0.53 0.23
Hex 45 1C 5B 18 45 0 40 117 35 17
Octal 105 34 133 30 105 0 100 427 65 27
Binary 1000101 11100 1011011 11000 1000101 0 1000000 100010111 110101 10111

Color Harmonies of #451C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C5B

Black with #451C5B

Text Example


Text Example

White with #451C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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