Html Css Color HEX #451463 Scarlet Gum

📋 copy color: '#451463'

red 69 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #451463

Tints of Scarlet Gum #451463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 36.7%
G = 10.64%
B = 52.66%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#451463 (or 0x451463) is known color: Scarlet Gum. HEX triplet: 45, 14 and 63. RGB value is (69,20,99). Sum of RGB (Red+Green+Blue) = 69+20+99=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #451463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451463 is #BAEB9C. Grayscale: #2B2B2B. Windows color (decimal): -12250013 or 6493253. OLE color: 6493253.

HSL color Cylindrical-coordinate representation of color #451463: hue angle of 277.22º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451463 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 20 99 -
CMYK 0.30 0.80 0 0.61
HSL 277.22º 0.66% 0.23% -
HSV(B) 277.22º 0.8% 0.39% -
XYZ 4.96 2.67 12.06 -
YUV 43.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 69 20 99 0.30 0.80 0 0.61 277.22 0.66 0.23
Hex 45 14 63 1E 50 0 3D 115 42 17
Octal 105 24 143 36 120 0 75 425 102 27
Binary 1000101 10100 1100011 11110 1010000 0 111101 100010101 1000010 10111

Color Harmonies of #451463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451463

Black with #451463

Text Example


Text Example

White with #451463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451463; }

 p { color: rgb(69,20,99); }

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

background-color css

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

 a { background-color: rgb(69,20,99); }

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

border-color css

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

 span { border-color: rgb(69,20,99); }

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