Html Css Color HEX #470F5D Scarlet Gum

📋 copy color: '#470F5D'

red 71 ◦ green 15 ◦ blue 93

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

Shades of Scarlet Gum #470F5D

Tints of Scarlet Gum #470F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.38%

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 39.66%
G = 8.38%
B = 51.96%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#470F5D (or 0x470F5D) is known color: Scarlet Gum. HEX triplet: 47, 0F and 5D. RGB value is (71,15,93). Sum of RGB (Red+Green+Blue) = 71+15+93=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #470F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F5D is #B8F0A2. Grayscale: #282828. Windows color (decimal): -12120227 or 6098759. OLE color: 6098759.

HSL color Cylindrical-coordinate representation of color #470F5D: hue angle of 283.08º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #470F5D is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 15 93 -
CMYK 0.24 0.84 0 0.64
HSL 283.08º 0.72% 0.21% -
HSV(B) 283.08º 0.84% 0.36% -
XYZ 4.75 2.47 10.58 -
YUV 40.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 71 15 93 0.24 0.84 0 0.64 283.08 0.72 0.21
Hex 47 F 5D 18 54 0 40 11B 48 15
Octal 107 17 135 30 124 0 100 433 110 25
Binary 1000111 1111 1011101 11000 1010100 0 1000000 100011011 1001000 10101

Color Harmonies of #470F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F5D

Black with #470F5D

Text Example


Text Example

White with #470F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470F5D; }

 p { color: rgb(71,15,93); }

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

background-color css

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

 a { background-color: rgb(71,15,93); }

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

border-color css

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

 span { border-color: rgb(71,15,93); }

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