Html Css Color HEX #46125D Scarlet Gum

📋 copy color: '#46125D'

red 70 ◦ green 18 ◦ blue 93

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

Shades of Scarlet Gum #46125D

Tints of Scarlet Gum #46125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 38.67%
G = 9.94%
B = 51.38%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46125D (or 0x46125D) is known color: Scarlet Gum. HEX triplet: 46, 12 and 5D. RGB value is (70,18,93). Sum of RGB (Red+Green+Blue) = 70+18+93=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #46125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46125D is #B9EDA2. Grayscale: #292929. Windows color (decimal): -12184995 or 6099526. OLE color: 6099526.

HSL color Cylindrical-coordinate representation of color #46125D: hue angle of 281.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46125D is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 18 93 -
CMYK 0.25 0.81 0 0.64
HSL 281.6º 0.68% 0.22% -
HSV(B) 281.6º 0.81% 0.36% -
XYZ 4.72 2.53 10.59 -
YUV 42.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 70 18 93 0.25 0.81 0 0.64 281.6 0.68 0.22
Hex 46 12 5D 19 51 0 40 11A 44 16
Octal 106 22 135 31 121 0 100 432 104 26
Binary 1000110 10010 1011101 11001 1010001 0 1000000 100011010 1000100 10110

Color Harmonies of #46125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46125D

Black with #46125D

Text Example


Text Example

White with #46125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46125D; }

 p { color: rgb(70,18,93); }

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

background-color css

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

 a { background-color: rgb(70,18,93); }

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

border-color css

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

 span { border-color: rgb(70,18,93); }

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