Html Css Color HEX #472455 Scarlet Gum

📋 copy color: '#472455'

red 71 ◦ green 36 ◦ blue 85

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

Shades of Scarlet Gum #472455

Tints of Scarlet Gum #472455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 36.98%
G = 18.75%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472455 (or 0x472455) is known color: Scarlet Gum. HEX triplet: 47, 24 and 55. RGB value is (71,36,85). Sum of RGB (Red+Green+Blue) = 71+36+85=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #472455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472455 is #B8DBAA. Grayscale: #333333. Windows color (decimal): -12114859 or 5579847. OLE color: 5579847.

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

Color convert

RGB 71 36 85 -
CMYK 0.16 0.58 0 0.67
HSL 282.86º 0.4% 0.24% -
HSV(B) 282.86º 0.58% 0.33% -
XYZ 4.87 3.26 8.97 -
YUV 52.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 71 36 85 0.16 0.58 0 0.67 282.86 0.4 0.24
Hex 47 24 55 10 3A 0 43 11B 28 18
Octal 107 44 125 20 72 0 103 433 50 30
Binary 1000111 100100 1010101 10000 111010 0 1000011 100011011 101000 11000

Color Harmonies of #472455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472455

Black with #472455

Text Example


Text Example

White with #472455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472455; }

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

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

background-color css

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

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

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

border-color css

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

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

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