Html Css Color HEX #462950 Scarlet Gum

📋 copy color: '#462950'

red 70 ◦ green 41 ◦ blue 80

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

Shades of Scarlet Gum #462950

Tints of Scarlet Gum #462950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 36.65%
G = 21.47%
B = 41.88%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462950 (or 0x462950) is known color: Scarlet Gum. HEX triplet: 46, 29 and 50. RGB value is (70,41,80). Sum of RGB (Red+Green+Blue) = 70+41+80=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #462950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462950 is #B9D6AF. Grayscale: #353535. Windows color (decimal): -12179120 or 5253446. OLE color: 5253446.

HSL color Cylindrical-coordinate representation of color #462950: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462950 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 41 80 -
CMYK 0.12 0.49 0 0.69
HSL 284.62º 0.32% 0.24% -
HSV(B) 284.62º 0.49% 0.31% -
XYZ 4.77 3.47 8.01 -
YUV 54.12 142.61 139.33 -
System Red Green Blue C M Y K H S L
Decimal 70 41 80 0.12 0.49 0 0.69 284.62 0.32 0.24
Hex 46 29 50 C 31 0 45 11D 20 18
Octal 106 51 120 14 61 0 105 435 40 30
Binary 1000110 101001 1010000 1100 110001 0 1000101 100011101 100000 11000

Color Harmonies of #462950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462950

Black with #462950

Text Example


Text Example

White with #462950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462950; }

 p { color: rgb(70,41,80); }

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

background-color css

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

 a { background-color: rgb(70,41,80); }

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

border-color css

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

 span { border-color: rgb(70,41,80); }

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