Html Css Color HEX #471E53 Scarlet Gum

📋 copy color: '#471E53'

red 71 ◦ green 30 ◦ blue 83

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

Shades of Scarlet Gum #471E53

Tints of Scarlet Gum #471E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 38.59%
G = 16.3%
B = 45.11%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#471E53 (or 0x471E53) is known color: Scarlet Gum. HEX triplet: 47, 1E and 53. RGB value is (71,30,83). Sum of RGB (Red+Green+Blue) = 71+30+83=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #471E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E53 is #B8E1AC. Grayscale: #303030. Windows color (decimal): -12116397 or 5447239. OLE color: 5447239.

HSL color Cylindrical-coordinate representation of color #471E53: hue angle of 286.42º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #471E53 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 30 83 -
CMYK 0.14 0.64 0 0.67
HSL 286.42º 0.47% 0.22% -
HSV(B) 286.42º 0.64% 0.33% -
XYZ 4.62 2.89 8.5 -
YUV 48.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 71 30 83 0.14 0.64 0 0.67 286.42 0.47 0.22
Hex 47 1E 53 E 40 0 43 11E 2F 16
Octal 107 36 123 16 100 0 103 436 57 26
Binary 1000111 11110 1010011 1110 1000000 0 1000011 100011110 101111 10110

Color Harmonies of #471E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E53

Black with #471E53

Text Example


Text Example

White with #471E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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