Html Css Color HEX #472152 Scarlet Gum

📋 copy color: '#472152'

red 71 ◦ green 33 ◦ blue 82

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

Shades of Scarlet Gum #472152

Tints of Scarlet Gum #472152

RGB

 RED value IS 71 (28.13% from 255) = 38.17%

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 38.17%
G = 17.74%
B = 44.09%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472152 (or 0x472152) is known color: Scarlet Gum. HEX triplet: 47, 21 and 52. RGB value is (71,33,82). Sum of RGB (Red+Green+Blue) = 71+33+82=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 33 (13.28% from 255 or 17.74% 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 #472152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472152 is #B8DEAD. Grayscale: #313131. Windows color (decimal): -12115630 or 5382471. OLE color: 5382471.

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

Color convert

RGB 71 33 82 -
CMYK 0.13 0.60 0 0.68
HSL 286.53º 0.43% 0.23% -
HSV(B) 286.53º 0.6% 0.32% -
XYZ 4.67 3.04 8.32 -
YUV 49.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 71 33 82 0.13 0.60 0 0.68 286.53 0.43 0.23
Hex 47 21 52 D 3C 0 44 11F 2B 17
Octal 107 41 122 15 74 0 104 437 53 27
Binary 1000111 100001 1010010 1101 111100 0 1000100 100011111 101011 10111

Color Harmonies of #472152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472152

Black with #472152

Text Example


Text Example

White with #472152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472152; }

 p { color: rgb(71,33,82); }

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

background-color css

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

 a { background-color: rgb(71,33,82); }

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

border-color css

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

 span { border-color: rgb(71,33,82); }

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