Html Css Color HEX #473253 Scarlet Gum

📋 copy color: '#473253'

red 71 ◦ green 50 ◦ blue 83

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

Shades of Scarlet Gum #473253

Tints of Scarlet Gum #473253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

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

R = 34.8%
G = 24.51%
B = 40.69%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473253 (or 0x473253) is known color: Scarlet Gum. HEX triplet: 47, 32 and 53. RGB value is (71,50,83). Sum of RGB (Red+Green+Blue) = 71+50+83=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #473253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473253 is #B8CDAC. Grayscale: #3B3B3B. Windows color (decimal): -12111277 or 5452359. OLE color: 5452359.

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

Color convert

RGB 71 50 83 -
CMYK 0.14 0.40 0 0.67
HSL 278.18º 0.25% 0.26% -
HSV(B) 278.18º 0.4% 0.33% -
XYZ 5.3 4.25 8.72 -
YUV 60.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 71 50 83 0.14 0.40 0 0.67 278.18 0.25 0.26
Hex 47 32 53 E 28 0 43 116 19 1A
Octal 107 62 123 16 50 0 103 426 31 32
Binary 1000111 110010 1010011 1110 101000 0 1000011 100010110 11001 11010

Color Harmonies of #473253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473253

Black with #473253

Text Example


Text Example

White with #473253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473253; }

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

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

background-color css

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

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

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

border-color css

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

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

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