Html Css Color HEX #473153 Scarlet Gum

📋 copy color: '#473153'

red 71 ◦ green 49 ◦ blue 83

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

Shades of Scarlet Gum #473153

Tints of Scarlet Gum #473153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

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

R = 34.98%
G = 24.14%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473153 (or 0x473153) is known color: Scarlet Gum. HEX triplet: 47, 31 and 53. RGB value is (71,49,83). Sum of RGB (Red+Green+Blue) = 71+49+83=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #473153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473153 is #B8CEAC. Grayscale: #3B3B3B. Windows color (decimal): -12111533 or 5452103. OLE color: 5452103.

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

Color convert

RGB 71 49 83 -
CMYK 0.14 0.41 0 0.67
HSL 278.82º 0.26% 0.26% -
HSV(B) 278.82º 0.41% 0.33% -
XYZ 5.26 4.16 8.71 -
YUV 59.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 71 49 83 0.14 0.41 0 0.67 278.82 0.26 0.26
Hex 47 31 53 E 29 0 43 117 1A 1A
Octal 107 61 123 16 51 0 103 427 32 32
Binary 1000111 110001 1010011 1110 101001 0 1000011 100010111 11010 11010

Color Harmonies of #473153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473153

Black with #473153

Text Example


Text Example

White with #473153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473153; }

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

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

background-color css

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

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

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

border-color css

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

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

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