Html Css Color HEX #461253 Scarlet Gum

📋 copy color: '#461253'

red 70 ◦ green 18 ◦ blue 83

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

Shades of Scarlet Gum #461253

Tints of Scarlet Gum #461253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 40.94%
G = 10.53%
B = 48.54%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461253 (or 0x461253) is known color: Scarlet Gum. HEX triplet: 46, 12 and 53. RGB value is (70,18,83). Sum of RGB (Red+Green+Blue) = 70+18+83=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #461253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461253 is #B9EDAC. Grayscale: #282828. Windows color (decimal): -12185005 or 5444166. OLE color: 5444166.

HSL color Cylindrical-coordinate representation of color #461253: hue angle of 288º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461253 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 18 83 -
CMYK 0.16 0.78 0 0.67
HSL 288º 0.64% 0.2% -
HSV(B) 288º 0.78% 0.33% -
XYZ 4.3 2.36 8.41 -
YUV 40.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 70 18 83 0.16 0.78 0 0.67 288 0.64 0.2
Hex 46 12 53 10 4E 0 43 120 40 14
Octal 106 22 123 20 116 0 103 440 100 24
Binary 1000110 10010 1010011 10000 1001110 0 1000011 100100000 1000000 10100

Color Harmonies of #461253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461253

Black with #461253

Text Example


Text Example

White with #461253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461253; }

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

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

background-color css

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

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

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

border-color css

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

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

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