Html Css Color HEX #451E5E Scarlet Gum

📋 copy color: '#451E5E'

red 69 ◦ green 30 ◦ blue 94

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

Shades of Scarlet Gum #451E5E

Tints of Scarlet Gum #451E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 35.75%
G = 15.54%
B = 48.7%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#451E5E (or 0x451E5E) is known color: Scarlet Gum. HEX triplet: 45, 1E and 5E. RGB value is (69,30,94). Sum of RGB (Red+Green+Blue) = 69+30+94=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #451E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E5E is #BAE1A1. Grayscale: #303030. Windows color (decimal): -12247458 or 6168133. OLE color: 6168133.

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

Color convert

RGB 69 30 94 -
CMYK 0.27 0.68 0 0.63
HSL 276.56º 0.52% 0.24% -
HSV(B) 276.56º 0.68% 0.37% -
XYZ 4.94 3 10.91 -
YUV 48.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 69 30 94 0.27 0.68 0 0.63 276.56 0.52 0.24
Hex 45 1E 5E 1B 44 0 3F 115 34 18
Octal 105 36 136 33 104 0 77 425 64 30
Binary 1000101 11110 1011110 11011 1000100 0 111111 100010101 110100 11000

Color Harmonies of #451E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E5E

Black with #451E5E

Text Example


Text Example

White with #451E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,30,94); }

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

background-color css

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

 a { background-color: rgb(69,30,94); }

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

border-color css

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

 span { border-color: rgb(69,30,94); }

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