Html Css Color HEX #995C5E Vin Rouge

📋 copy color: '#995C5E'

red 153 ◦ green 92 ◦ blue 94

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

Shades of Vin Rouge #995C5E

Tints of Vin Rouge #995C5E

RGB

 RED value IS 153 (60.16% from 255) = 45.13%

 GREEN value IS 92 (36.33% from 255) = 27.14%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 45.13%
G = 27.14%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#995C5E (or 0x995C5E) is known color: Vin Rouge. HEX triplet: 99, 5C and 5E. RGB value is (153,92,94). Sum of RGB (Red+Green+Blue) = 153+92+94=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C5E is #66A3A1. Grayscale: #6E6E6E. Windows color (decimal): -6726562 or 6184089. OLE color: 6184089.

HSL color Cylindrical-coordinate representation of color #995C5E: hue angle of 358.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C5E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 94 -
CMYK 0 0.40 0.39 0.4
HSL 358.03º 0.25% 0.48% -
HSV(B) 358.03º 0.4% 0.6% -
XYZ 18.98 15.23 12.53 -
YUV 110.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 153 92 94 0 0.40 0.39 0.4 358.03 0.25 0.48
Hex 99 5C 5E 0 28 27 28 166 19 30
Octal 231 134 136 0 50 47 50 546 31 60
Binary 10011001 1011100 1011110 0 101000 100111 101000 101100110 11001 110000

Color Harmonies of #995C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C5E

Black with #995C5E

Text Example


Text Example

White with #995C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C5E; }

 p { color: rgb(153,92,94); }

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

background-color css

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

 a { background-color: rgb(153,92,94); }

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

border-color css

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

 span { border-color: rgb(153,92,94); }

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