Html Css Color HEX #461955 Scarlet Gum

📋 copy color: '#461955'

red 70 ◦ green 25 ◦ blue 85

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

Shades of Scarlet Gum #461955

Tints of Scarlet Gum #461955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 38.89%
G = 13.89%
B = 47.22%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461955 (or 0x461955) is known color: Scarlet Gum. HEX triplet: 46, 19 and 55. RGB value is (70,25,85). Sum of RGB (Red+Green+Blue) = 70+25+85=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #461955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461955 is #B9E6AA. Grayscale: #2D2D2D. Windows color (decimal): -12183211 or 5577030. OLE color: 5577030.

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

Color convert

RGB 70 25 85 -
CMYK 0.18 0.71 0 0.67
HSL 285º 0.55% 0.22% -
HSV(B) 285º 0.71% 0.33% -
XYZ 4.51 2.65 8.87 -
YUV 45.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 70 25 85 0.18 0.71 0 0.67 285 0.55 0.22
Hex 46 19 55 12 47 0 43 11D 37 16
Octal 106 31 125 22 107 0 103 435 67 26
Binary 1000110 11001 1010101 10010 1000111 0 1000011 100011101 110111 10110

Color Harmonies of #461955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461955

Black with #461955

Text Example


Text Example

White with #461955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461955; }

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

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

background-color css

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

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

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

border-color css

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

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

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