Html Css Color HEX #473355 Scarlet Gum

📋 copy color: '#473355'

red 71 ◦ green 51 ◦ blue 85

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

Shades of Scarlet Gum #473355

Tints of Scarlet Gum #473355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 34.3%
G = 24.64%
B = 41.06%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473355 (or 0x473355) is known color: Scarlet Gum. HEX triplet: 47, 33 and 55. RGB value is (71,51,85). Sum of RGB (Red+Green+Blue) = 71+51+85=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #473355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473355 is #B8CCAA. Grayscale: #3C3C3C. Windows color (decimal): -12111019 or 5583687. OLE color: 5583687.

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

Color convert

RGB 71 51 85 -
CMYK 0.16 0.40 0 0.67
HSL 275.29º 0.25% 0.27% -
HSV(B) 275.29º 0.4% 0.33% -
XYZ 5.42 4.36 9.15 -
YUV 60.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 71 51 85 0.16 0.40 0 0.67 275.29 0.25 0.27
Hex 47 33 55 10 28 0 43 113 19 1B
Octal 107 63 125 20 50 0 103 423 31 33
Binary 1000111 110011 1010101 10000 101000 0 1000011 100010011 11001 11011

Color Harmonies of #473355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473355

Black with #473355

Text Example


Text Example

White with #473355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473355; }

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

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

background-color css

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

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

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

border-color css

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

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

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