Html Css Color HEX #462255 Scarlet Gum

📋 copy color: '#462255'

red 70 ◦ green 34 ◦ blue 85

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

Shades of Scarlet Gum #462255

Tints of Scarlet Gum #462255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 37.04%
G = 17.99%
B = 44.97%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#462255 (or 0x462255) is known color: Scarlet Gum. HEX triplet: 46, 22 and 55. RGB value is (70,34,85). Sum of RGB (Red+Green+Blue) = 70+34+85=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #462255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462255 is #B9DDAA. Grayscale: #323232. Windows color (decimal): -12180907 or 5579334. OLE color: 5579334.

HSL color Cylindrical-coordinate representation of color #462255: hue angle of 282.35º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462255 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 34 85 -
CMYK 0.18 0.60 0 0.67
HSL 282.35º 0.43% 0.23% -
HSV(B) 282.35º 0.6% 0.33% -
XYZ 4.74 3.1 8.94 -
YUV 50.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 70 34 85 0.18 0.60 0 0.67 282.35 0.43 0.23
Hex 46 22 55 12 3C 0 43 11A 2B 17
Octal 106 42 125 22 74 0 103 432 53 27
Binary 1000110 100010 1010101 10010 111100 0 1000011 100011010 101011 10111

Color Harmonies of #462255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462255

Black with #462255

Text Example


Text Example

White with #462255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462255; }

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

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

background-color css

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

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

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

border-color css

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

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

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