Html Css Color HEX #471065 Scarlet Gum

📋 copy color: '#471065'

red 71 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #471065

Tints of Scarlet Gum #471065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 37.77%
G = 8.51%
B = 53.72%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#471065 (or 0x471065) is known color: Scarlet Gum. HEX triplet: 47, 10 and 65. RGB value is (71,16,101). Sum of RGB (Red+Green+Blue) = 71+16+101=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #471065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471065 is #B8EF9A. Grayscale: #292929. Windows color (decimal): -12119963 or 6623303. OLE color: 6623303.

HSL color Cylindrical-coordinate representation of color #471065: hue angle of 278.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471065 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 16 101 -
CMYK 0.30 0.84 0 0.60
HSL 278.82º 0.73% 0.23% -
HSV(B) 278.82º 0.84% 0.4% -
XYZ 5.13 2.65 12.55 -
YUV 42.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 71 16 101 0.30 0.84 0 0.60 278.82 0.73 0.23
Hex 47 10 65 1E 54 0 3C 117 49 17
Octal 107 20 145 36 124 0 74 427 111 27
Binary 1000111 10000 1100101 11110 1010100 0 111100 100010111 1001001 10111

Color Harmonies of #471065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471065

Black with #471065

Text Example


Text Example

White with #471065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471065; }

 p { color: rgb(71,16,101); }

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

background-color css

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

 a { background-color: rgb(71,16,101); }

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

border-color css

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

 span { border-color: rgb(71,16,101); }

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