Html Css Color HEX #472752 Scarlet Gum

📋 copy color: '#472752'

red 71 ◦ green 39 ◦ blue 82

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

Shades of Scarlet Gum #472752

Tints of Scarlet Gum #472752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

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

R = 36.98%
G = 20.31%
B = 42.71%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472752 (or 0x472752) is known color: Scarlet Gum. HEX triplet: 47, 27 and 52. RGB value is (71,39,82). Sum of RGB (Red+Green+Blue) = 71+39+82=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #472752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472752 is #B8D8AD. Grayscale: #353535. Windows color (decimal): -12114094 or 5384007. OLE color: 5384007.

HSL color Cylindrical-coordinate representation of color #472752: hue angle of 284.65º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472752 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 39 82 -
CMYK 0.13 0.52 0 0.68
HSL 284.65º 0.36% 0.24% -
HSV(B) 284.65º 0.52% 0.32% -
XYZ 4.85 3.4 8.38 -
YUV 53.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 71 39 82 0.13 0.52 0 0.68 284.65 0.36 0.24
Hex 47 27 52 D 34 0 44 11D 24 18
Octal 107 47 122 15 64 0 104 435 44 30
Binary 1000111 100111 1010010 1101 110100 0 1000100 100011101 100100 11000

Color Harmonies of #472752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472752

Black with #472752

Text Example


Text Example

White with #472752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472752; }

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

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

background-color css

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

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

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

border-color css

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

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

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