Html Css Color HEX #471F45 Valentino

📋 copy color: '#471F45'

red 71 ◦ green 31 ◦ blue 69

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

Shades of Valentino #471F45

Tints of Valentino #471F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

 BLUE value IS 69 (27.34% from 255) = 40.35%

R = 41.52%
G = 18.13%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471F45 (or 0x471F45) is known color: Valentino. HEX triplet: 47, 1F and 45. RGB value is (71,31,69). Sum of RGB (Red+Green+Blue) = 71+31+69=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #471F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F45 is #B8E0BA. Grayscale: #2F2F2F. Windows color (decimal): -12116155 or 4529991. OLE color: 4529991.

HSL color Cylindrical-coordinate representation of color #471F45: hue angle of 303º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F45 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 31 69 -
CMYK 0 0.56 0.03 0.72
HSL 303º 0.39% 0.2% -
HSV(B) 303º 0.56% 0.28% -
XYZ 4.16 2.75 5.94 -
YUV 47.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 71 31 69 0 0.56 0.03 0.72 303 0.39 0.2
Hex 47 1F 45 0 38 3 48 12F 27 14
Octal 107 37 105 0 70 3 110 457 47 24
Binary 1000111 11111 1000101 0 111000 11 1001000 100101111 100111 10100

Color Harmonies of #471F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F45

Black with #471F45

Text Example


Text Example

White with #471F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F45; }

 p { color: rgb(71,31,69); }

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

background-color css

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

 a { background-color: rgb(71,31,69); }

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

border-color css

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

 span { border-color: rgb(71,31,69); }

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