Html Css Color HEX #472855 Scarlet Gum

📋 copy color: '#472855'

red 71 ◦ green 40 ◦ blue 85

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

Shades of Scarlet Gum #472855

Tints of Scarlet Gum #472855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 36.22%
G = 20.41%
B = 43.37%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472855 (or 0x472855) is known color: Scarlet Gum. HEX triplet: 47, 28 and 55. RGB value is (71,40,85). Sum of RGB (Red+Green+Blue) = 71+40+85=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #472855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472855 is #B8D7AA. Grayscale: #363636. Windows color (decimal): -12113835 or 5580871. OLE color: 5580871.

HSL color Cylindrical-coordinate representation of color #472855: hue angle of 281.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472855 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 40 85 -
CMYK 0.16 0.53 0 0.67
HSL 281.33º 0.36% 0.25% -
HSV(B) 281.33º 0.53% 0.33% -
XYZ 5 3.51 9.01 -
YUV 54.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 71 40 85 0.16 0.53 0 0.67 281.33 0.36 0.25
Hex 47 28 55 10 35 0 43 119 24 19
Octal 107 50 125 20 65 0 103 431 44 31
Binary 1000111 101000 1010101 10000 110101 0 1000011 100011001 100100 11001

Color Harmonies of #472855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472855

Black with #472855

Text Example


Text Example

White with #472855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472855; }

 p { color: rgb(71,40,85); }

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

background-color css

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

 a { background-color: rgb(71,40,85); }

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

border-color css

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

 span { border-color: rgb(71,40,85); }

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