Html Css Color HEX #461359 Scarlet Gum

📋 copy color: '#461359'

red 70 ◦ green 19 ◦ blue 89

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

Shades of Scarlet Gum #461359

Tints of Scarlet Gum #461359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 39.33%
G = 10.67%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#461359 (or 0x461359) is known color: Scarlet Gum. HEX triplet: 46, 13 and 59. RGB value is (70,19,89). Sum of RGB (Red+Green+Blue) = 70+19+89=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #461359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461359 is #B9ECA6. Grayscale: #2A2A2A. Windows color (decimal): -12184743 or 5837638. OLE color: 5837638.

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

Color convert

RGB 70 19 89 -
CMYK 0.21 0.79 0 0.65
HSL 283.71º 0.65% 0.21% -
HSV(B) 283.71º 0.79% 0.35% -
XYZ 4.56 2.49 9.69 -
YUV 42.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 70 19 89 0.21 0.79 0 0.65 283.71 0.65 0.21
Hex 46 13 59 15 4F 0 41 11C 41 15
Octal 106 23 131 25 117 0 101 434 101 25
Binary 1000110 10011 1011001 10101 1001111 0 1000001 100011100 1000001 10101

Color Harmonies of #461359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461359

Black with #461359

Text Example


Text Example

White with #461359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461359; }

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

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

background-color css

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

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

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

border-color css

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

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

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