Html Css Color HEX #472353 Scarlet Gum

📋 copy color: '#472353'

red 71 ◦ green 35 ◦ blue 83

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

Shades of Scarlet Gum #472353

Tints of Scarlet Gum #472353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

 BLUE value IS 83 (32.81% from 255) = 43.92%

R = 37.57%
G = 18.52%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472353 (or 0x472353) is known color: Scarlet Gum. HEX triplet: 47, 23 and 53. RGB value is (71,35,83). Sum of RGB (Red+Green+Blue) = 71+35+83=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #472353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472353 is #B8DCAC. Grayscale: #333333. Windows color (decimal): -12115117 or 5448519. OLE color: 5448519.

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

Color convert

RGB 71 35 83 -
CMYK 0.14 0.58 0 0.67
HSL 285º 0.41% 0.23% -
HSV(B) 285º 0.58% 0.33% -
XYZ 4.76 3.17 8.54 -
YUV 51.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 71 35 83 0.14 0.58 0 0.67 285 0.41 0.23
Hex 47 23 53 E 3A 0 43 11D 29 17
Octal 107 43 123 16 72 0 103 435 51 27
Binary 1000111 100011 1010011 1110 111010 0 1000011 100011101 101001 10111

Color Harmonies of #472353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472353

Black with #472353

Text Example


Text Example

White with #472353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472353; }

 p { color: rgb(71,35,83); }

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

background-color css

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

 a { background-color: rgb(71,35,83); }

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

border-color css

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

 span { border-color: rgb(71,35,83); }

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