Html Css Color HEX #461155 Scarlet Gum

📋 copy color: '#461155'

red 70 ◦ green 17 ◦ blue 85

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

Shades of Scarlet Gum #461155

Tints of Scarlet Gum #461155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 40.7%
G = 9.88%
B = 49.42%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461155 (or 0x461155) is known color: Scarlet Gum. HEX triplet: 46, 11 and 55. RGB value is (70,17,85). Sum of RGB (Red+Green+Blue) = 70+17+85=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #461155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461155 is #B9EEAA. Grayscale: #282828. Windows color (decimal): -12185259 or 5574982. OLE color: 5574982.

HSL color Cylindrical-coordinate representation of color #461155: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461155 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 17 85 -
CMYK 0.18 0.80 0 0.67
HSL 286.76º 0.67% 0.2% -
HSV(B) 286.76º 0.8% 0.33% -
XYZ 4.37 2.36 8.82 -
YUV 40.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 70 17 85 0.18 0.80 0 0.67 286.76 0.67 0.2
Hex 46 11 55 12 50 0 43 11F 43 14
Octal 106 21 125 22 120 0 103 437 103 24
Binary 1000110 10001 1010101 10010 1010000 0 1000011 100011111 1000011 10100

Color Harmonies of #461155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461155

Black with #461155

Text Example


Text Example

White with #461155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461155; }

 p { color: rgb(70,17,85); }

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

background-color css

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

 a { background-color: rgb(70,17,85); }

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

border-color css

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

 span { border-color: rgb(70,17,85); }

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