Html Css Color HEX #473552 Scarlet Gum

📋 copy color: '#473552'

red 71 ◦ green 53 ◦ blue 82

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

Shades of Scarlet Gum #473552

Tints of Scarlet Gum #473552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 34.47%
G = 25.73%
B = 39.81%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473552 (or 0x473552) is known color: Scarlet Gum. HEX triplet: 47, 35 and 52. RGB value is (71,53,82). Sum of RGB (Red+Green+Blue) = 71+53+82=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #473552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473552 is #B8CAAD. Grayscale: #3D3D3D. Windows color (decimal): -12110510 or 5387591. OLE color: 5387591.

HSL color Cylindrical-coordinate representation of color #473552: hue angle of 277.24º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473552 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 53 82 -
CMYK 0.13 0.35 0 0.68
HSL 277.24º 0.21% 0.26% -
HSV(B) 277.24º 0.35% 0.32% -
XYZ 5.39 4.49 8.57 -
YUV 61.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 71 53 82 0.13 0.35 0 0.68 277.24 0.21 0.26
Hex 47 35 52 D 23 0 44 115 15 1A
Octal 107 65 122 15 43 0 104 425 25 32
Binary 1000111 110101 1010010 1101 100011 0 1000100 100010101 10101 11010

Color Harmonies of #473552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473552

Black with #473552

Text Example


Text Example

White with #473552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473552; }

 p { color: rgb(71,53,82); }

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

background-color css

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

 a { background-color: rgb(71,53,82); }

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

border-color css

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

 span { border-color: rgb(71,53,82); }

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