Html Css Color HEX #461053 Scarlet Gum

📋 copy color: '#461053'

red 70 ◦ green 16 ◦ blue 83

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

Shades of Scarlet Gum #461053

Tints of Scarlet Gum #461053

RGB

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

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

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

R = 41.42%
G = 9.47%
B = 49.11%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#461053 (or 0x461053) is known color: Scarlet Gum. HEX triplet: 46, 10 and 53. RGB value is (70,16,83). Sum of RGB (Red+Green+Blue) = 70+16+83=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #461053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461053 is #B9EFAC. Grayscale: #272727. Windows color (decimal): -12185517 or 5443654. OLE color: 5443654.

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

Color convert

RGB 70 16 83 -
CMYK 0.16 0.81 0 0.67
HSL 288.36º 0.68% 0.19% -
HSV(B) 288.36º 0.81% 0.33% -
XYZ 4.27 2.3 8.4 -
YUV 39.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 70 16 83 0.16 0.81 0 0.67 288.36 0.68 0.19
Hex 46 10 53 10 51 0 43 120 44 13
Octal 106 20 123 20 121 0 103 440 104 23
Binary 1000110 10000 1010011 10000 1010001 0 1000011 100100000 1000100 10011

Color Harmonies of #461053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461053

Black with #461053

Text Example


Text Example

White with #461053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461053; }

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

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

background-color css

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

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

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

border-color css

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

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

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