Html Css Color HEX #47235D Scarlet Gum

📋 copy color: '#47235D'

red 71 ◦ green 35 ◦ blue 93

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

Shades of Scarlet Gum #47235D

Tints of Scarlet Gum #47235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 35.68%
G = 17.59%
B = 46.73%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47235D (or 0x47235D) is known color: Scarlet Gum. HEX triplet: 47, 23 and 5D. RGB value is (71,35,93). Sum of RGB (Red+Green+Blue) = 71+35+93=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #47235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47235D is #B8DCA2. Grayscale: #343434. Windows color (decimal): -12115107 or 6103879. OLE color: 6103879.

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

Color convert

RGB 71 35 93 -
CMYK 0.24 0.62 0 0.64
HSL 277.24º 0.45% 0.25% -
HSV(B) 277.24º 0.62% 0.36% -
XYZ 5.18 3.33 10.73 -
YUV 52.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 71 35 93 0.24 0.62 0 0.64 277.24 0.45 0.25
Hex 47 23 5D 18 3E 0 40 115 2D 19
Octal 107 43 135 30 76 0 100 425 55 31
Binary 1000111 100011 1011101 11000 111110 0 1000000 100010101 101101 11001

Color Harmonies of #47235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47235D

Black with #47235D

Text Example


Text Example

White with #47235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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