Html Css Color HEX #463350 Scarlet Gum

📋 copy color: '#463350'

red 70 ◦ green 51 ◦ blue 80

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

Shades of Scarlet Gum #463350

Tints of Scarlet Gum #463350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 34.83%
G = 25.37%
B = 39.8%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#463350 (or 0x463350) is known color: Scarlet Gum. HEX triplet: 46, 33 and 50. RGB value is (70,51,80). Sum of RGB (Red+Green+Blue) = 70+51+80=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #463350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463350 is #B9CCAF. Grayscale: #3B3B3B. Windows color (decimal): -12176560 or 5256006. OLE color: 5256006.

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

Color convert

RGB 70 51 80 -
CMYK 0.12 0.36 0 0.69
HSL 279.31º 0.22% 0.26% -
HSV(B) 279.31º 0.36% 0.31% -
XYZ 5.16 4.25 8.14 -
YUV 59.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 70 51 80 0.12 0.36 0 0.69 279.31 0.22 0.26
Hex 46 33 50 C 24 0 45 117 16 1A
Octal 106 63 120 14 44 0 105 427 26 32
Binary 1000110 110011 1010000 1100 100100 0 1000101 100010111 10110 11010

Color Harmonies of #463350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463350

Black with #463350

Text Example


Text Example

White with #463350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463350; }

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

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

background-color css

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

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

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

border-color css

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

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

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