Html Css Color HEX #47235F Scarlet Gum

📋 copy color: '#47235F'

red 71 ◦ green 35 ◦ blue 95

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

Shades of Scarlet Gum #47235F

Tints of Scarlet Gum #47235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 35.32%
G = 17.41%
B = 47.26%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47235F (or 0x47235F) is known color: Scarlet Gum. HEX triplet: 47, 23 and 5F. RGB value is (71,35,95). Sum of RGB (Red+Green+Blue) = 71+35+95=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #47235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47235F is #B8DCA0. Grayscale: #343434. Windows color (decimal): -12115105 or 6234951. OLE color: 6234951.

HSL color Cylindrical-coordinate representation of color #47235F: hue angle of 276º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47235F is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 35 95 -
CMYK 0.25 0.63 0 0.63
HSL 276º 0.46% 0.25% -
HSV(B) 276º 0.63% 0.37% -
XYZ 5.27 3.37 11.2 -
YUV 52.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 71 35 95 0.25 0.63 0 0.63 276 0.46 0.25
Hex 47 23 5F 19 3F 0 3F 114 2E 19
Octal 107 43 137 31 77 0 77 424 56 31
Binary 1000111 100011 1011111 11001 111111 0 111111 100010100 101110 11001

Color Harmonies of #47235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47235F

Black with #47235F

Text Example


Text Example

White with #47235F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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