Html Css Color HEX #471058 Scarlet Gum

📋 copy color: '#471058'

red 71 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #471058

Tints of Scarlet Gum #471058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 40.57%
G = 9.14%
B = 50.29%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471058 (or 0x471058) is known color: Scarlet Gum. HEX triplet: 47, 10 and 58. RGB value is (71,16,88). Sum of RGB (Red+Green+Blue) = 71+16+88=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #471058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471058 is #B8EFA7. Grayscale: #282828. Windows color (decimal): -12119976 or 5771335. OLE color: 5771335.

HSL color Cylindrical-coordinate representation of color #471058: hue angle of 285.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471058 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 16 88 -
CMYK 0.19 0.82 0 0.65
HSL 285.83º 0.69% 0.2% -
HSV(B) 285.83º 0.82% 0.35% -
XYZ 4.55 2.41 9.46 -
YUV 40.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 71 16 88 0.19 0.82 0 0.65 285.83 0.69 0.2
Hex 47 10 58 13 52 0 41 11E 45 14
Octal 107 20 130 23 122 0 101 436 105 24
Binary 1000111 10000 1011000 10011 1010010 0 1000001 100011110 1000101 10100

Color Harmonies of #471058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471058

Black with #471058

Text Example


Text Example

White with #471058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471058; }

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

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

background-color css

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

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

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

border-color css

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

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

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