Html Css Color HEX #450A56 Scarlet Gum

📋 copy color: '#450A56'

red 69 ◦ green 10 ◦ blue 86

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

Shades of Scarlet Gum #450A56

Tints of Scarlet Gum #450A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.06%

 BLUE value IS 86 (33.98% from 255) = 52.12%

R = 41.82%
G = 6.06%
B = 52.12%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#450A56 (or 0x450A56) is known color: Scarlet Gum. HEX triplet: 45, 0A and 56. RGB value is (69,10,86). Sum of RGB (Red+Green+Blue) = 69+10+86=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #450A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A56 is #BAF5A9. Grayscale: #242424. Windows color (decimal): -12252586 or 5638725. OLE color: 5638725.

HSL color Cylindrical-coordinate representation of color #450A56: hue angle of 286.58º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450A56 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 10 86 -
CMYK 0.20 0.88 0 0.66
HSL 286.58º 0.79% 0.19% -
HSV(B) 286.58º 0.88% 0.34% -
XYZ 4.24 2.15 9 -
YUV 36.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 69 10 86 0.20 0.88 0 0.66 286.58 0.79 0.19
Hex 45 A 56 14 58 0 42 11F 4F 13
Octal 105 12 126 24 130 0 102 437 117 23
Binary 1000101 1010 1010110 10100 1011000 0 1000010 100011111 1001111 10011

Color Harmonies of #450A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450A56

Black with #450A56

Text Example


Text Example

White with #450A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450A56; }

 p { color: rgb(69,10,86); }

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

background-color css

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

 a { background-color: rgb(69,10,86); }

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

border-color css

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

 span { border-color: rgb(69,10,86); }

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