#471865

Color #471865 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #471865

Tints of Scarlet Gum #471865

Color information

#471865 (or 0x471865) is unknown color: approx Scarlet Gum. HEX triplet: 47, 18 and 65. RGB value is (71,24,101). Sum of RGB (Red+Green+Blue) = 71+24+101=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #471865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471865 is #B8E79A. Grayscale: #2E2E2E. Windows color (decimal): -12117915 or 6625351. OLE color: 6625351.

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

Color convert

RGB7124101-
CMYK0.300.7600.60
HSL276.62º61.6%24.51%-
HSV(B)276.62º76.24%39.61%-
XYZ5.272.9312.6-
YUV46.83158.57145.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=36.22%
G=12.24%
B=51.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71241010.300.7600.60276.6261.624.51
Hex4718651E4C03C1153e19
Octal10730145361140744257631
Binary1000111110001100101111101001100011110010001010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471865; }

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

 H1.HeaderClassName
 {
   color: #471865;
 }
 .AnyTagClassName
 {
   color: #471865;
 }
</style>
background-color css

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

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

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

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

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

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