Html Css Color HEX #471F52 Scarlet Gum

📋 copy color: '#471F52'

red 71 ◦ green 31 ◦ blue 82

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

Shades of Scarlet Gum #471F52

Tints of Scarlet Gum #471F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 38.59%
G = 16.85%
B = 44.57%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471F52 (or 0x471F52) is known color: Scarlet Gum. HEX triplet: 47, 1F and 52. RGB value is (71,31,82). Sum of RGB (Red+Green+Blue) = 71+31+82=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #471F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F52 is #B8E0AD. Grayscale: #303030. Windows color (decimal): -12116142 or 5381959. OLE color: 5381959.

HSL color Cylindrical-coordinate representation of color #471F52: hue angle of 287.06º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471F52 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 31 82 -
CMYK 0.13 0.62 0 0.68
HSL 287.06º 0.45% 0.22% -
HSV(B) 287.06º 0.62% 0.32% -
XYZ 4.61 2.93 8.3 -
YUV 48.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 71 31 82 0.13 0.62 0 0.68 287.06 0.45 0.22
Hex 47 1F 52 D 3E 0 44 11F 2D 16
Octal 107 37 122 15 76 0 104 437 55 26
Binary 1000111 11111 1010010 1101 111110 0 1000100 100011111 101101 10110

Color Harmonies of #471F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F52

Black with #471F52

Text Example


Text Example

White with #471F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,82); }

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

background-color css

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

 a { background-color: rgb(71,31,82); }

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

border-color css

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

 span { border-color: rgb(71,31,82); }

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