Html Css Color HEX #471364 Scarlet Gum

📋 copy color: '#471364'

red 71 ◦ green 19 ◦ blue 100

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

Shades of Scarlet Gum #471364

Tints of Scarlet Gum #471364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

 BLUE value IS 100 (39.45% from 255) = 52.63%

R = 37.37%
G = 10%
B = 52.63%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#471364 (or 0x471364) is known color: Scarlet Gum. HEX triplet: 47, 13 and 64. RGB value is (71,19,100). Sum of RGB (Red+Green+Blue) = 71+19+100=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #471364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471364 is #B8EC9B. Grayscale: #2B2B2B. Windows color (decimal): -12119196 or 6558535. OLE color: 6558535.

HSL color Cylindrical-coordinate representation of color #471364: hue angle of 278.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471364 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 19 100 -
CMYK 0.29 0.81 0 0.61
HSL 278.52º 0.68% 0.23% -
HSV(B) 278.52º 0.81% 0.39% -
XYZ 5.13 2.73 12.31 -
YUV 43.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 71 19 100 0.29 0.81 0 0.61 278.52 0.68 0.23
Hex 47 13 64 1D 51 0 3D 117 44 17
Octal 107 23 144 35 121 0 75 427 104 27
Binary 1000111 10011 1100100 11101 1010001 0 111101 100010111 1000100 10111

Color Harmonies of #471364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471364

Black with #471364

Text Example


Text Example

White with #471364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471364; }

 p { color: rgb(71,19,100); }

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

background-color css

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

 a { background-color: rgb(71,19,100); }

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

border-color css

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

 span { border-color: rgb(71,19,100); }

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