Html Css Color HEX #473452 Scarlet Gum

📋 copy color: '#473452'

red 71 ◦ green 52 ◦ blue 82

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

Shades of Scarlet Gum #473452

Tints of Scarlet Gum #473452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

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

R = 34.63%
G = 25.37%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473452 (or 0x473452) is known color: Scarlet Gum. HEX triplet: 47, 34 and 52. RGB value is (71,52,82). Sum of RGB (Red+Green+Blue) = 71+52+82=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #473452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473452 is #B8CBAD. Grayscale: #3D3D3D. Windows color (decimal): -12110766 or 5387335. OLE color: 5387335.

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

Color convert

RGB 71 52 82 -
CMYK 0.13 0.37 0 0.68
HSL 278º 0.22% 0.26% -
HSV(B) 278º 0.37% 0.32% -
XYZ 5.35 4.4 8.55 -
YUV 61.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 71 52 82 0.13 0.37 0 0.68 278 0.22 0.26
Hex 47 34 52 D 25 0 44 116 16 1A
Octal 107 64 122 15 45 0 104 426 26 32
Binary 1000111 110100 1010010 1101 100101 0 1000100 100010110 10110 11010

Color Harmonies of #473452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473452

Black with #473452

Text Example


Text Example

White with #473452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473452; }

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

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

background-color css

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

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

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

border-color css

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

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

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