Html Css Color HEX #462951 Scarlet Gum

📋 copy color: '#462951'

red 70 ◦ green 41 ◦ blue 81

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

Shades of Scarlet Gum #462951

Tints of Scarlet Gum #462951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 36.46%
G = 21.35%
B = 42.19%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462951 (or 0x462951) is known color: Scarlet Gum. HEX triplet: 46, 29 and 51. RGB value is (70,41,81). Sum of RGB (Red+Green+Blue) = 70+41+81=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #462951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462951 is #B9D6AE. Grayscale: #363636. Windows color (decimal): -12179119 or 5318982. OLE color: 5318982.

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

Color convert

RGB 70 41 81 -
CMYK 0.14 0.49 0 0.68
HSL 283.5º 0.33% 0.24% -
HSV(B) 283.5º 0.49% 0.32% -
XYZ 4.8 3.48 8.2 -
YUV 54.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 70 41 81 0.14 0.49 0 0.68 283.5 0.33 0.24
Hex 46 29 51 E 31 0 44 11C 21 18
Octal 106 51 121 16 61 0 104 434 41 30
Binary 1000110 101001 1010001 1110 110001 0 1000100 100011100 100001 11000

Color Harmonies of #462951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462951

Black with #462951

Text Example


Text Example

White with #462951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462951; }

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

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

background-color css

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

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

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

border-color css

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

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

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