Html Css Color HEX #462D50 Scarlet Gum

📋 copy color: '#462D50'

red 70 ◦ green 45 ◦ blue 80

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

Shades of Scarlet Gum #462D50

Tints of Scarlet Gum #462D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.08%

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

R = 35.9%
G = 23.08%
B = 41.03%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#462D50 (or 0x462D50) is known color: Scarlet Gum. HEX triplet: 46, 2D and 50. RGB value is (70,45,80). Sum of RGB (Red+Green+Blue) = 70+45+80=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #462D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D50 is #B9D2AF. Grayscale: #383838. Windows color (decimal): -12178096 or 5254470. OLE color: 5254470.

HSL color Cylindrical-coordinate representation of color #462D50: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462D50 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 45 80 -
CMYK 0.12 0.44 0 0.69
HSL 282.86º 0.28% 0.25% -
HSV(B) 282.86º 0.44% 0.31% -
XYZ 4.91 3.76 8.06 -
YUV 56.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 70 45 80 0.12 0.44 0 0.69 282.86 0.28 0.25
Hex 46 2D 50 C 2C 0 45 11B 1C 19
Octal 106 55 120 14 54 0 105 433 34 31
Binary 1000110 101101 1010000 1100 101100 0 1000101 100011011 11100 11001

Color Harmonies of #462D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D50

Black with #462D50

Text Example


Text Example

White with #462D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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