Html Css Color HEX #472252 Scarlet Gum

📋 copy color: '#472252'

red 71 ◦ green 34 ◦ blue 82

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

Shades of Scarlet Gum #472252

Tints of Scarlet Gum #472252

RGB

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

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

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

R = 37.97%
G = 18.18%
B = 43.85%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472252 (or 0x472252) is known color: Scarlet Gum. HEX triplet: 47, 22 and 52. RGB value is (71,34,82). Sum of RGB (Red+Green+Blue) = 71+34+82=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #472252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472252 is #B8DDAD. Grayscale: #323232. Windows color (decimal): -12115374 or 5382727. OLE color: 5382727.

HSL color Cylindrical-coordinate representation of color #472252: hue angle of 286.25º 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 #472252 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 34 82 -
CMYK 0.13 0.59 0 0.68
HSL 286.25º 0.41% 0.23% -
HSV(B) 286.25º 0.59% 0.32% -
XYZ 4.69 3.09 8.33 -
YUV 50.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 71 34 82 0.13 0.59 0 0.68 286.25 0.41 0.23
Hex 47 22 52 D 3B 0 44 11E 29 17
Octal 107 42 122 15 73 0 104 436 51 27
Binary 1000111 100010 1010010 1101 111011 0 1000100 100011110 101001 10111

Color Harmonies of #472252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472252

Black with #472252

Text Example


Text Example

White with #472252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472252; }

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

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

background-color css

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

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

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

border-color css

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

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

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