Html Css Color HEX #8F4D58 Vin Rouge

📋 copy color: '#8F4D58'

red 143 ◦ green 77 ◦ blue 88

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

Shades of Vin Rouge #8F4D58

Tints of Vin Rouge #8F4D58

RGB

 RED value IS 143 (56.25% from 255) = 46.43%

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 46.43%
G = 25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8F4D58 (or 0x8F4D58) is known color: Vin Rouge. HEX triplet: 8F, 4D and 58. RGB value is (143,77,88). Sum of RGB (Red+Green+Blue) = 143+77+88=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D58 is #70B2A7. Grayscale: #626262. Windows color (decimal): -7385768 or 5787023. OLE color: 5787023.

HSL color Cylindrical-coordinate representation of color #8F4D58: hue angle of 350º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D58 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 77 88 -
CMYK 0 0.46 0.38 0.44
HSL 350º 0.3% 0.43% -
HSV(B) 350º 0.46% 0.56% -
XYZ 15.74 11.85 10.69 -
YUV 97.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 143 77 88 0 0.46 0.38 0.44 350 0.3 0.43
Hex 8F 4D 58 0 2E 26 2C 15E 1E 2B
Octal 217 115 130 0 56 46 54 536 36 53
Binary 10001111 1001101 1011000 0 101110 100110 101100 101011110 11110 101011

Color Harmonies of #8F4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4D58

Black with #8F4D58

Text Example


Text Example

White with #8F4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F4D58; }

 p { color: rgb(143,77,88); }

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

background-color css

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

 a { background-color: rgb(143,77,88); }

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

border-color css

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

 span { border-color: rgb(143,77,88); }

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