Html Css Color HEX #461655 Scarlet Gum

📋 copy color: '#461655'

red 70 ◦ green 22 ◦ blue 85

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

Shades of Scarlet Gum #461655

Tints of Scarlet Gum #461655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 39.55%
G = 12.43%
B = 48.02%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461655 (or 0x461655) is known color: Scarlet Gum. HEX triplet: 46, 16 and 55. RGB value is (70,22,85). Sum of RGB (Red+Green+Blue) = 70+22+85=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #461655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461655 is #B9E9AA. Grayscale: #2B2B2B. Windows color (decimal): -12183979 or 5576262. OLE color: 5576262.

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

Color convert

RGB 70 22 85 -
CMYK 0.18 0.74 0 0.67
HSL 285.71º 0.59% 0.21% -
HSV(B) 285.71º 0.74% 0.33% -
XYZ 4.45 2.53 8.85 -
YUV 43.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 70 22 85 0.18 0.74 0 0.67 285.71 0.59 0.21
Hex 46 16 55 12 4A 0 43 11E 3B 15
Octal 106 26 125 22 112 0 103 436 73 25
Binary 1000110 10110 1010101 10010 1001010 0 1000011 100011110 111011 10101

Color Harmonies of #461655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461655

Black with #461655

Text Example


Text Example

White with #461655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461655; }

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

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

background-color css

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

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

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

border-color css

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

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

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