Html Css Color HEX #472852 Scarlet Gum

📋 copy color: '#472852'

red 71 ◦ green 40 ◦ blue 82

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

Shades of Scarlet Gum #472852

Tints of Scarlet Gum #472852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 36.79%
G = 20.73%
B = 42.49%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#472852 (or 0x472852) is known color: Scarlet Gum. HEX triplet: 47, 28 and 52. RGB value is (71,40,82). Sum of RGB (Red+Green+Blue) = 71+40+82=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #472852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472852 is #B8D7AD. Grayscale: #353535. Windows color (decimal): -12113838 or 5384263. OLE color: 5384263.

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

Color convert

RGB 71 40 82 -
CMYK 0.13 0.51 0 0.68
HSL 284.29º 0.34% 0.24% -
HSV(B) 284.29º 0.51% 0.32% -
XYZ 4.88 3.47 8.39 -
YUV 54.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 71 40 82 0.13 0.51 0 0.68 284.29 0.34 0.24
Hex 47 28 52 D 33 0 44 11C 22 18
Octal 107 50 122 15 63 0 104 434 42 30
Binary 1000111 101000 1010010 1101 110011 0 1000100 100011100 100010 11000

Color Harmonies of #472852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472852

Black with #472852

Text Example


Text Example

White with #472852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472852; }

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

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

background-color css

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

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

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

border-color css

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

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

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