Html Css Color HEX #461059 Scarlet Gum

📋 copy color: '#461059'

red 70 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #461059

Tints of Scarlet Gum #461059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 40%
G = 9.14%
B = 50.86%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461059 (or 0x461059) is known color: Scarlet Gum. HEX triplet: 46, 10 and 59. RGB value is (70,16,89). Sum of RGB (Red+Green+Blue) = 70+16+89=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #461059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461059 is #B9EFA6. Grayscale: #282828. Windows color (decimal): -12185511 or 5836870. OLE color: 5836870.

HSL color Cylindrical-coordinate representation of color #461059: hue angle of 284.38º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461059 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 16 89 -
CMYK 0.21 0.82 0 0.65
HSL 284.38º 0.7% 0.21% -
HSV(B) 284.38º 0.82% 0.35% -
XYZ 4.51 2.39 9.68 -
YUV 40.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 70 16 89 0.21 0.82 0 0.65 284.38 0.7 0.21
Hex 46 10 59 15 52 0 41 11C 46 15
Octal 106 20 131 25 122 0 101 434 106 25
Binary 1000110 10000 1011001 10101 1010010 0 1000001 100011100 1000110 10101

Color Harmonies of #461059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461059

Black with #461059

Text Example


Text Example

White with #461059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461059; }

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

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

background-color css

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

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

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

border-color css

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

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

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