Html Css Color HEX #471E5E Scarlet Gum

📋 copy color: '#471E5E'

red 71 ◦ green 30 ◦ blue 94

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

Shades of Scarlet Gum #471E5E

Tints of Scarlet Gum #471E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

 BLUE value IS 94 (37.11% from 255) = 48.21%

R = 36.41%
G = 15.38%
B = 48.21%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#471E5E (or 0x471E5E) is known color: Scarlet Gum. HEX triplet: 47, 1E and 5E. RGB value is (71,30,94). Sum of RGB (Red+Green+Blue) = 71+30+94=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #471E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E5E is #B8E1A1. Grayscale: #313131. Windows color (decimal): -12116386 or 6168135. OLE color: 6168135.

HSL color Cylindrical-coordinate representation of color #471E5E: hue angle of 278.44º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471E5E is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 30 94 -
CMYK 0.24 0.68 0 0.63
HSL 278.44º 0.52% 0.24% -
HSV(B) 278.44º 0.68% 0.37% -
XYZ 5.08 3.08 10.92 -
YUV 49.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 71 30 94 0.24 0.68 0 0.63 278.44 0.52 0.24
Hex 47 1E 5E 18 44 0 3F 116 34 18
Octal 107 36 136 30 104 0 77 426 64 30
Binary 1000111 11110 1011110 11000 1000100 0 111111 100010110 110100 11000

Color Harmonies of #471E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E5E

Black with #471E5E

Text Example


Text Example

White with #471E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E5E; }

 p { color: rgb(71,30,94); }

 H1.HeaderClassName
 {
   color: #471E5E;
 }
 .AnyTagClassName
 {
   color: #471E5E;
 }
</style>

background-color css

<style>
 a { background-color: #471E5E; }

 a { background-color: rgb(71,30,94); }

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

border-color css

<style>
 span { border-color: #471E5E; }

 span { border-color: rgb(71,30,94); }

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