Html Css Color HEX #471D5D Scarlet Gum

📋 copy color: '#471D5D'

red 71 ◦ green 29 ◦ blue 93

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

Shades of Scarlet Gum #471D5D

Tints of Scarlet Gum #471D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.03%

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

R = 36.79%
G = 15.03%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#471D5D (or 0x471D5D) is known color: Scarlet Gum. HEX triplet: 47, 1D and 5D. RGB value is (71,29,93). Sum of RGB (Red+Green+Blue) = 71+29+93=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #471D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D5D is #B8E2A2. Grayscale: #303030. Windows color (decimal): -12116643 or 6102343. OLE color: 6102343.

HSL color Cylindrical-coordinate representation of color #471D5D: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471D5D is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 29 93 -
CMYK 0.24 0.69 0 0.64
HSL 279.38º 0.52% 0.24% -
HSV(B) 279.38º 0.69% 0.36% -
XYZ 5.01 3.01 10.67 -
YUV 48.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 71 29 93 0.24 0.69 0 0.64 279.38 0.52 0.24
Hex 47 1D 5D 18 45 0 40 117 34 18
Octal 107 35 135 30 105 0 100 427 64 30
Binary 1000111 11101 1011101 11000 1000101 0 1000000 100010111 110100 11000

Color Harmonies of #471D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D5D

Black with #471D5D

Text Example


Text Example

White with #471D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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