Html Css Color HEX #473255 Scarlet Gum

📋 copy color: '#473255'

red 71 ◦ green 50 ◦ blue 85

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

Shades of Scarlet Gum #473255

Tints of Scarlet Gum #473255

RGB

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

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

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

R = 34.47%
G = 24.27%
B = 41.26%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473255 (or 0x473255) is known color: Scarlet Gum. HEX triplet: 47, 32 and 55. RGB value is (71,50,85). Sum of RGB (Red+Green+Blue) = 71+50+85=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #473255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473255 is #B8CDAA. Grayscale: #3C3C3C. Windows color (decimal): -12111275 or 5583431. OLE color: 5583431.

HSL color Cylindrical-coordinate representation of color #473255: hue angle of 276º 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 #473255 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 50 85 -
CMYK 0.16 0.41 0 0.67
HSL 276º 0.26% 0.26% -
HSV(B) 276º 0.41% 0.33% -
XYZ 5.38 4.28 9.14 -
YUV 60.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 71 50 85 0.16 0.41 0 0.67 276 0.26 0.26
Hex 47 32 55 10 29 0 43 114 1A 1A
Octal 107 62 125 20 51 0 103 424 32 32
Binary 1000111 110010 1010101 10000 101001 0 1000011 100010100 11010 11010

Color Harmonies of #473255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473255

Black with #473255

Text Example


Text Example

White with #473255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473255; }

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

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

background-color css

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

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

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

border-color css

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

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

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