Html Css Color HEX #472C57 Scarlet Gum

📋 copy color: '#472C57'

red 71 ◦ green 44 ◦ blue 87

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

Shades of Scarlet Gum #472C57

Tints of Scarlet Gum #472C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 35.15%
G = 21.78%
B = 43.07%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472C57 (or 0x472C57) is known color: Scarlet Gum. HEX triplet: 47, 2C and 57. RGB value is (71,44,87). Sum of RGB (Red+Green+Blue) = 71+44+87=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #472C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C57 is #B8D3A8. Grayscale: #383838. Windows color (decimal): -12112809 or 5712967. OLE color: 5712967.

HSL color Cylindrical-coordinate representation of color #472C57: hue angle of 277.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472C57 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 44 87 -
CMYK 0.18 0.49 0 0.66
HSL 277.67º 0.33% 0.26% -
HSV(B) 277.67º 0.49% 0.34% -
XYZ 5.22 3.83 9.48 -
YUV 56.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 71 44 87 0.18 0.49 0 0.66 277.67 0.33 0.26
Hex 47 2C 57 12 31 0 42 116 21 1A
Octal 107 54 127 22 61 0 102 426 41 32
Binary 1000111 101100 1010111 10010 110001 0 1000010 100010110 100001 11010

Color Harmonies of #472C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C57

Black with #472C57

Text Example


Text Example

White with #472C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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