Html Css Color HEX #47275A Scarlet Gum

📋 copy color: '#47275A'

red 71 ◦ green 39 ◦ blue 90

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

Shades of Scarlet Gum #47275A

Tints of Scarlet Gum #47275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45%

R = 35.5%
G = 19.5%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47275A (or 0x47275A) is known color: Scarlet Gum. HEX triplet: 47, 27 and 5A. RGB value is (71,39,90). Sum of RGB (Red+Green+Blue) = 71+39+90=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #47275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47275A is #B8D8A5. Grayscale: #363636. Windows color (decimal): -12114086 or 5908295. OLE color: 5908295.

HSL color Cylindrical-coordinate representation of color #47275A: hue angle of 277.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47275A is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 39 90 -
CMYK 0.21 0.57 0 0.65
HSL 277.65º 0.4% 0.25% -
HSV(B) 277.65º 0.57% 0.35% -
XYZ 5.17 3.53 10.08 -
YUV 54.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 71 39 90 0.21 0.57 0 0.65 277.65 0.4 0.25
Hex 47 27 5A 15 39 0 41 116 28 19
Octal 107 47 132 25 71 0 101 426 50 31
Binary 1000111 100111 1011010 10101 111001 0 1000001 100010110 101000 11001

Color Harmonies of #47275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47275A

Black with #47275A

Text Example


Text Example

White with #47275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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