Html Css Color HEX #985767 Vin Rouge

📋 copy color: '#985767'

red 152 ◦ green 87 ◦ blue 103

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

Shades of Vin Rouge #985767

Tints of Vin Rouge #985767

RGB

 RED value IS 152 (59.77% from 255) = 44.44%

 GREEN value IS 87 (34.38% from 255) = 25.44%

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 44.44%
G = 25.44%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985767 (or 0x985767) is known color: Vin Rouge. HEX triplet: 98, 57 and 67. RGB value is (152,87,103). Sum of RGB (Red+Green+Blue) = 152+87+103=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985767 is #67A898. Grayscale: #6C6C6C. Windows color (decimal): -6793369 or 6772632. OLE color: 6772632.

HSL color Cylindrical-coordinate representation of color #985767: hue angle of 345.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985767 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 103 -
CMYK 0 0.43 0.32 0.40
HSL 345.23º 0.27% 0.47% -
HSV(B) 345.23º 0.43% 0.6% -
XYZ 18.81 14.47 14.63 -
YUV 108.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 152 87 103 0 0.43 0.32 0.40 345.23 0.27 0.47
Hex 98 57 67 0 2B 20 28 159 1B 2F
Octal 230 127 147 0 53 40 50 531 33 57
Binary 10011000 1010111 1100111 0 101011 100000 101000 101011001 11011 101111

Color Harmonies of #985767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985767

Black with #985767

Text Example


Text Example

White with #985767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985767; }

 p { color: rgb(152,87,103); }

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

background-color css

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

 a { background-color: rgb(152,87,103); }

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

border-color css

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

 span { border-color: rgb(152,87,103); }

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