Html Css Color HEX #451460 Scarlet Gum

📋 copy color: '#451460'

red 69 ◦ green 20 ◦ blue 96

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

Shades of Scarlet Gum #451460

Tints of Scarlet Gum #451460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 37.3%
G = 10.81%
B = 51.89%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#451460 (or 0x451460) is known color: Scarlet Gum. HEX triplet: 45, 14 and 60. RGB value is (69,20,96). Sum of RGB (Red+Green+Blue) = 69+20+96=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #451460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451460 is #BAEB9F. Grayscale: #2B2B2B. Windows color (decimal): -12250016 or 6296645. OLE color: 6296645.

HSL color Cylindrical-coordinate representation of color #451460: hue angle of 278.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451460 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 20 96 -
CMYK 0.28 0.79 0 0.62
HSL 278.68º 0.66% 0.23% -
HSV(B) 278.68º 0.79% 0.38% -
XYZ 4.82 2.61 11.32 -
YUV 43.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 69 20 96 0.28 0.79 0 0.62 278.68 0.66 0.23
Hex 45 14 60 1C 4F 0 3E 117 42 17
Octal 105 24 140 34 117 0 76 427 102 27
Binary 1000101 10100 1100000 11100 1001111 0 111110 100010111 1000010 10111

Color Harmonies of #451460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451460

Black with #451460

Text Example


Text Example

White with #451460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451460; }

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

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

background-color css

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

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

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

border-color css

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

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

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