Html Css Color HEX #47275D Scarlet Gum

📋 copy color: '#47275D'

red 71 ◦ green 39 ◦ blue 93

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

Shades of Scarlet Gum #47275D

Tints of Scarlet Gum #47275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 34.98%
G = 19.21%
B = 45.81%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47275D (or 0x47275D) is known color: Scarlet Gum. HEX triplet: 47, 27 and 5D. RGB value is (71,39,93). Sum of RGB (Red+Green+Blue) = 71+39+93=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #47275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47275D is #B8D8A2. Grayscale: #363636. Windows color (decimal): -12114083 or 6104903. OLE color: 6104903.

HSL color Cylindrical-coordinate representation of color #47275D: hue angle of 275.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47275D is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 39 93 -
CMYK 0.24 0.58 0 0.64
HSL 275.56º 0.41% 0.26% -
HSV(B) 275.56º 0.58% 0.36% -
XYZ 5.3 3.58 10.77 -
YUV 54.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 71 39 93 0.24 0.58 0 0.64 275.56 0.41 0.26
Hex 47 27 5D 18 3A 0 40 114 29 1A
Octal 107 47 135 30 72 0 100 424 51 32
Binary 1000111 100111 1011101 11000 111010 0 1000000 100010100 101001 11010

Color Harmonies of #47275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47275D

Black with #47275D

Text Example


Text Example

White with #47275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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