Html Css Color HEX #461063 Scarlet Gum

📋 copy color: '#461063'

red 70 ◦ green 16 ◦ blue 99

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

Shades of Scarlet Gum #461063

Tints of Scarlet Gum #461063

RGB

 RED value IS 70 (27.73% from 255) = 37.84%

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 37.84%
G = 8.65%
B = 53.51%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#461063 (or 0x461063) is known color: Scarlet Gum. HEX triplet: 46, 10 and 63. RGB value is (70,16,99). Sum of RGB (Red+Green+Blue) = 70+16+99=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #461063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461063 is #B9EF9C. Grayscale: #292929. Windows color (decimal): -12185501 or 6492230. OLE color: 6492230.

HSL color Cylindrical-coordinate representation of color #461063: hue angle of 279.04º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461063 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 16 99 -
CMYK 0.29 0.84 0 0.61
HSL 279.04º 0.72% 0.23% -
HSV(B) 279.04º 0.84% 0.39% -
XYZ 4.96 2.57 12.04 -
YUV 41.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 70 16 99 0.29 0.84 0 0.61 279.04 0.72 0.23
Hex 46 10 63 1D 54 0 3D 117 48 17
Octal 106 20 143 35 124 0 75 427 110 27
Binary 1000110 10000 1100011 11101 1010100 0 111101 100010111 1001000 10111

Color Harmonies of #461063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461063

Black with #461063

Text Example


Text Example

White with #461063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461063; }

 p { color: rgb(70,16,99); }

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

background-color css

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

 a { background-color: rgb(70,16,99); }

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

border-color css

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

 span { border-color: rgb(70,16,99); }

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