Html Css Color HEX #472C59 Scarlet Gum

📋 copy color: '#472C59'

red 71 ◦ green 44 ◦ blue 89

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

Shades of Scarlet Gum #472C59

Tints of Scarlet Gum #472C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.57%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 34.8%
G = 21.57%
B = 43.63%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472C59 (or 0x472C59) is known color: Scarlet Gum. HEX triplet: 47, 2C and 59. RGB value is (71,44,89). Sum of RGB (Red+Green+Blue) = 71+44+89=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #472C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C59 is #B8D3A6. Grayscale: #393939. Windows color (decimal): -12112807 or 5844039. OLE color: 5844039.

HSL color Cylindrical-coordinate representation of color #472C59: hue angle of 276º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472C59 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 44 89 -
CMYK 0.20 0.51 0 0.65
HSL 276º 0.34% 0.26% -
HSV(B) 276º 0.51% 0.35% -
XYZ 5.3 3.86 9.92 -
YUV 57.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 71 44 89 0.20 0.51 0 0.65 276 0.34 0.26
Hex 47 2C 59 14 33 0 41 114 22 1A
Octal 107 54 131 24 63 0 101 424 42 32
Binary 1000111 101100 1011001 10100 110011 0 1000001 100010100 100010 11010

Color Harmonies of #472C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C59

Black with #472C59

Text Example


Text Example

White with #472C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C59; }

 p { color: rgb(71,44,89); }

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

background-color css

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

 a { background-color: rgb(71,44,89); }

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

border-color css

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

 span { border-color: rgb(71,44,89); }

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