Html Css Color HEX #47265A Scarlet Gum

📋 copy color: '#47265A'

red 71 ◦ green 38 ◦ blue 90

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

Shades of Scarlet Gum #47265A

Tints of Scarlet Gum #47265A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 35.68%
G = 19.1%
B = 45.23%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47265A (or 0x47265A) is known color: Scarlet Gum. HEX triplet: 47, 26 and 5A. RGB value is (71,38,90). Sum of RGB (Red+Green+Blue) = 71+38+90=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #47265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47265A is #B8D9A5. Grayscale: #353535. Windows color (decimal): -12114342 or 5908039. OLE color: 5908039.

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

Color convert

RGB 71 38 90 -
CMYK 0.21 0.58 0 0.65
HSL 278.08º 0.41% 0.25% -
HSV(B) 278.08º 0.58% 0.35% -
XYZ 5.14 3.46 10.07 -
YUV 53.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 71 38 90 0.21 0.58 0 0.65 278.08 0.41 0.25
Hex 47 26 5A 15 3A 0 41 116 29 19
Octal 107 46 132 25 72 0 101 426 51 31
Binary 1000111 100110 1011010 10101 111010 0 1000001 100010110 101001 11001

Color Harmonies of #47265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47265A

Black with #47265A

Text Example


Text Example

White with #47265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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