Html Css Color HEX #472B57 Scarlet Gum

📋 copy color: '#472B57'

red 71 ◦ green 43 ◦ blue 87

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

Shades of Scarlet Gum #472B57

Tints of Scarlet Gum #472B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.39%

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

R = 35.32%
G = 21.39%
B = 43.28%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472B57 (or 0x472B57) is known color: Scarlet Gum. HEX triplet: 47, 2B and 57. RGB value is (71,43,87). Sum of RGB (Red+Green+Blue) = 71+43+87=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #472B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B57 is #B8D4A8. Grayscale: #383838. Windows color (decimal): -12113065 or 5712711. OLE color: 5712711.

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

Color convert

RGB 71 43 87 -
CMYK 0.18 0.51 0 0.66
HSL 278.18º 0.34% 0.25% -
HSV(B) 278.18º 0.51% 0.34% -
XYZ 5.18 3.76 9.47 -
YUV 56.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 71 43 87 0.18 0.51 0 0.66 278.18 0.34 0.25
Hex 47 2B 57 12 33 0 42 116 22 19
Octal 107 53 127 22 63 0 102 426 42 31
Binary 1000111 101011 1010111 10010 110011 0 1000010 100010110 100010 11001

Color Harmonies of #472B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B57

Black with #472B57

Text Example


Text Example

White with #472B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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