Html Css Color HEX #462650 Scarlet Gum

📋 copy color: '#462650'

red 70 ◦ green 38 ◦ blue 80

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

Shades of Scarlet Gum #462650

Tints of Scarlet Gum #462650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

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

R = 37.23%
G = 20.21%
B = 42.55%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462650 (or 0x462650) is known color: Scarlet Gum. HEX triplet: 46, 26 and 50. RGB value is (70,38,80). Sum of RGB (Red+Green+Blue) = 70+38+80=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #462650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462650 is #B9D9AF. Grayscale: #343434. Windows color (decimal): -12179888 or 5252678. OLE color: 5252678.

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

Color convert

RGB 70 38 80 -
CMYK 0.12 0.52 0 0.69
HSL 285.71º 0.36% 0.23% -
HSV(B) 285.71º 0.53% 0.31% -
XYZ 4.67 3.27 7.97 -
YUV 52.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 70 38 80 0.12 0.52 0 0.69 285.71 0.36 0.23
Hex 46 26 50 C 34 0 45 11E 24 17
Octal 106 46 120 14 64 0 105 436 44 27
Binary 1000110 100110 1010000 1100 110100 0 1000101 100011110 100100 10111

Color Harmonies of #462650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462650

Black with #462650

Text Example


Text Example

White with #462650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462650; }

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

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

background-color css

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

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

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

border-color css

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

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

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