Html Css Color HEX #462253 Scarlet Gum

📋 copy color: '#462253'

red 70 ◦ green 34 ◦ blue 83

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

Shades of Scarlet Gum #462253

Tints of Scarlet Gum #462253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 37.43%
G = 18.18%
B = 44.39%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#462253 (or 0x462253) is known color: Scarlet Gum. HEX triplet: 46, 22 and 53. RGB value is (70,34,83). Sum of RGB (Red+Green+Blue) = 70+34+83=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #462253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462253 is #B9DDAC. Grayscale: #323232. Windows color (decimal): -12180909 or 5448262. OLE color: 5448262.

HSL color Cylindrical-coordinate representation of color #462253: hue angle of 284.08º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462253 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 34 83 -
CMYK 0.16 0.59 0 0.67
HSL 284.08º 0.42% 0.23% -
HSV(B) 284.08º 0.59% 0.33% -
XYZ 4.66 3.07 8.53 -
YUV 50.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 70 34 83 0.16 0.59 0 0.67 284.08 0.42 0.23
Hex 46 22 53 10 3B 0 43 11C 2A 17
Octal 106 42 123 20 73 0 103 434 52 27
Binary 1000110 100010 1010011 10000 111011 0 1000011 100011100 101010 10111

Color Harmonies of #462253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462253

Black with #462253

Text Example


Text Example

White with #462253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462253; }

 p { color: rgb(70,34,83); }

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

background-color css

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

 a { background-color: rgb(70,34,83); }

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

border-color css

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

 span { border-color: rgb(70,34,83); }

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