Html Css Color HEX #472246 Valentino

📋 copy color: '#472246'

red 71 ◦ green 34 ◦ blue 70

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

Shades of Valentino #472246

Tints of Valentino #472246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 40.57%
G = 19.43%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472246 (or 0x472246) is known color: Valentino. HEX triplet: 47, 22 and 46. RGB value is (71,34,70). Sum of RGB (Red+Green+Blue) = 71+34+70=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472246 is #B8DDB9. Grayscale: #313131. Windows color (decimal): -12115386 or 4596295. OLE color: 4596295.

HSL color Cylindrical-coordinate representation of color #472246: hue angle of 301.62º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472246 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 70 -
CMYK 0 0.52 0.01 0.72
HSL 301.62º 0.35% 0.21% -
HSV(B) 301.62º 0.52% 0.28% -
XYZ 4.28 2.93 6.13 -
YUV 49.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 71 34 70 0 0.52 0.01 0.72 301.62 0.35 0.21
Hex 47 22 46 0 34 1 48 12E 23 15
Octal 107 42 106 0 64 1 110 456 43 25
Binary 1000111 100010 1000110 0 110100 1 1001000 100101110 100011 10101

Color Harmonies of #472246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472246

Black with #472246

Text Example


Text Example

White with #472246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472246; }

 p { color: rgb(71,34,70); }

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

background-color css

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

 a { background-color: rgb(71,34,70); }

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

border-color css

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

 span { border-color: rgb(71,34,70); }

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