Html Css Color HEX #462252 Scarlet Gum

📋 copy color: '#462252'

red 70 ◦ green 34 ◦ blue 82

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

Shades of Scarlet Gum #462252

Tints of Scarlet Gum #462252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 37.63%
G = 18.28%
B = 44.09%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462252 (or 0x462252) is known color: Scarlet Gum. HEX triplet: 46, 22 and 52. RGB value is (70,34,82). Sum of RGB (Red+Green+Blue) = 70+34+82=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #462252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462252 is #B9DDAD. Grayscale: #323232. Windows color (decimal): -12180910 or 5382726. OLE color: 5382726.

HSL color Cylindrical-coordinate representation of color #462252: hue angle of 285º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462252 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 34 82 -
CMYK 0.15 0.59 0 0.68
HSL 285º 0.41% 0.23% -
HSV(B) 285º 0.59% 0.32% -
XYZ 4.62 3.06 8.33 -
YUV 50.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 70 34 82 0.15 0.59 0 0.68 285 0.41 0.23
Hex 46 22 52 F 3B 0 44 11D 29 17
Octal 106 42 122 17 73 0 104 435 51 27
Binary 1000110 100010 1010010 1111 111011 0 1000100 100011101 101001 10111

Color Harmonies of #462252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462252

Black with #462252

Text Example


Text Example

White with #462252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462252; }

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

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

background-color css

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

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

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

border-color css

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

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

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