Html Css Color HEX #462051 Scarlet Gum

📋 copy color: '#462051'

red 70 ◦ green 32 ◦ blue 81

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

Shades of Scarlet Gum #462051

Tints of Scarlet Gum #462051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 38.25%
G = 17.49%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462051 (or 0x462051) is known color: Scarlet Gum. HEX triplet: 46, 20 and 51. RGB value is (70,32,81). Sum of RGB (Red+Green+Blue) = 70+32+81=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #462051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462051 is #B9DFAE. Grayscale: #303030. Windows color (decimal): -12181423 or 5316678. OLE color: 5316678.

HSL color Cylindrical-coordinate representation of color #462051: hue angle of 286.53º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462051 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 32 81 -
CMYK 0.14 0.60 0 0.68
HSL 286.53º 0.43% 0.22% -
HSV(B) 286.53º 0.6% 0.32% -
XYZ 4.53 2.93 8.11 -
YUV 48.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 70 32 81 0.14 0.60 0 0.68 286.53 0.43 0.22
Hex 46 20 51 E 3C 0 44 11F 2B 16
Octal 106 40 121 16 74 0 104 437 53 26
Binary 1000110 100000 1010001 1110 111100 0 1000100 100011111 101011 10110

Color Harmonies of #462051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462051

Black with #462051

Text Example


Text Example

White with #462051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462051; }

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

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

background-color css

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

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

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

border-color css

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

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

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